Fix Install Jenkins #2
All checks were successful
Neutral/pipeline/head This commit looks good

This commit is contained in:
CICD - Pipeline 2023-03-19 14:24:45 +01:00
parent a01851211f
commit 75d1cd413d

4
Jenkinsfile vendored
View File

@ -13,8 +13,8 @@ pipeline {
stage('Deploy Neutral') {
steps {
echo "[Neutral-Deploy] - Deploy Stage"
sh "ssh raphix@raphix.fr sudo apt update"
sh "ssh raphix@raphix.fr sudo apt upgrade"
sh "ssh raphix@raphix.fr sudo apt update -y"
sh "ssh raphix@raphix.fr sudo apt upgrade -y"
sh "ssh raphix@raphix.fr /home/gitlab-ci/neutral_deploy.sh"
}
}