Jenkins Test #9
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
75950073b1
commit
ab506f1e5c
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -5,21 +5,21 @@ pipeline {
|
|||||||
stage('Install Neutral') {
|
stage('Install Neutral') {
|
||||||
steps {
|
steps {
|
||||||
echo "[Neutral-Deploy] - Installation Stage"
|
echo "[Neutral-Deploy] - Installation Stage"
|
||||||
sh "ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'"
|
sh "ssh raphix@raphix.fr 'pwd'"
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Test Neutral') {
|
stage('Test Neutral') {
|
||||||
steps {
|
steps {
|
||||||
echo "[Neutral-Deploy] - Test Stage"
|
echo "[Neutral-Deploy] - Test Stage"
|
||||||
sh "ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'"
|
sh "ssh raphix@raphix.fr 'pwd'"
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Deploy Neutral') {
|
stage('Deploy Neutral') {
|
||||||
steps {
|
steps {
|
||||||
echo "[Neutral-Deploy] - Deploy Stage"
|
echo "[Neutral-Deploy] - Deploy Stage"
|
||||||
sh "ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'"
|
sh "ssh raphix@raphix.fr 'pwd'"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user