Jenkins Test #12
All checks were successful
Neutral/pipeline/head This commit looks good

This commit is contained in:
CICD - Pipeline 2023-03-19 12:16:34 +01:00
parent a9482fe45c
commit 9a354b69b5

2
Jenkinsfile vendored
View File

@ -19,7 +19,7 @@ pipeline {
stage('Deploy Neutral') {
steps {
echo "[Neutral-Deploy] - Deploy Stage"
sh "ssh raphix@raphix.fr 'pwd'"
sh "ssh raphix@raphix.fr 'echo Test'"
}
}
}