Jenkins Test Build #3
Some checks failed
Neutral/pipeline/head There was a failure building this commit

This commit is contained in:
CICD - Pipeline 2023-03-18 22:52:14 +01:00
parent 58db36735d
commit 28e6a05863

4
Jenkinsfile vendored
View File

@ -5,13 +5,13 @@ pipeline {
stage('Install Neutral') {
steps {
echo "[Neutral-Deploy] - Installation Stage".
ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'.execute()
"ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'".execute()
}
}
stage('Test Neutral') {
steps {
echo "[Neutral-Deploy] - Test Stage"
ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'.execute()
"ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'".execute()
}
}
stage('Deploy Neutral') {