Test Stable Version
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good

This commit is contained in:
Raphix
2023-04-27 11:22:02 +02:00
parent 3aa775d81b
commit b755e989cd
4 changed files with 154 additions and 7 deletions

3
Jenkinsfile vendored
View File

@ -18,8 +18,7 @@ pipeline {
stage('[Subsonics] - Déploiement') {
steps {
script {
def doesJavaRock = input(message: 'Confirmation de Déploiement', ok: 'Déployer')
echo "[Subsonics-Deploy] - Deploy Stage"
sh "ssh raphix@raphix.fr sudo apt update -y"
sh "ssh raphix@raphix.fr sudo apt upgrade -y"