Jenkins Test Build #3
Some checks failed
Neutral/pipeline/head There was a failure building this commit
Some checks failed
Neutral/pipeline/head There was a failure building this commit
This commit is contained in:
parent
58db36735d
commit
28e6a05863
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -5,13 +5,13 @@ pipeline {
|
|||||||
stage('Install Neutral') {
|
stage('Install Neutral') {
|
||||||
steps {
|
steps {
|
||||||
echo "[Neutral-Deploy] - Installation Stage".
|
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') {
|
stage('Test Neutral') {
|
||||||
steps {
|
steps {
|
||||||
echo "[Neutral-Deploy] - Test Stage"
|
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') {
|
stage('Deploy Neutral') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user