Jenkins Test Build
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
962395a0ff
commit
58db36735d
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -5,19 +5,19 @@ 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'
|
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'
|
ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'.execute()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Deploy Neutral') {
|
stage('Deploy Neutral') {
|
||||||
steps {
|
steps {
|
||||||
echo "[Neutral-Deploy] - Deploy Stage"
|
echo "[Neutral-Deploy] - Deploy Stage"
|
||||||
ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'
|
"ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'".execute()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user