Test Neutral Pipeline #8
All checks were successful
Neutral/pipeline/head This commit looks good

This commit is contained in:
CICD - Pipeline 2023-03-19 18:03:57 +01:00
parent 45498540dd
commit ee57461457

2
Jenkinsfile vendored
View File

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