Jenkins Test #12
Neutral/pipeline/head This commit looks good

This commit is contained in:
Raphix
2023-03-19 12:16:34 +01:00
parent a9482fe45c
commit 9a354b69b5
Vendored
+1 -1
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'"
}
}
}