Jenkins Test Build #6
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
fdc39addae
commit
b4c3c503e9
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
@ -5,22 +5,21 @@ pipeline {
|
|||||||
stage('Install Neutral') {
|
stage('Install Neutral') {
|
||||||
steps {
|
steps {
|
||||||
echo "[Neutral-Deploy] - Installation Stage".
|
echo "[Neutral-Deploy] - Installation Stage".
|
||||||
String result = "ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'".execute().text
|
sh "ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'"
|
||||||
println result.toUpperCase()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Test Neutral') {
|
stage('Test Neutral') {
|
||||||
steps {
|
steps {
|
||||||
echo "[Neutral-Deploy] - Test Stage"
|
echo "[Neutral-Deploy] - Test Stage"
|
||||||
String result = "ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'".execute().text
|
sh "ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'"
|
||||||
println result.toUpperCase()
|
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
stage('Deploy Neutral') {
|
stage('Deploy Neutral') {
|
||||||
steps {
|
steps {
|
||||||
echo "[Neutral-Deploy] - Deploy Stage"
|
echo "[Neutral-Deploy] - Deploy Stage"
|
||||||
String result = "ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'".execute().text
|
sh "ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'"
|
||||||
println result.toUpperCase()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user