This commit is contained in:
Vendored
+11
-3
@@ -2,14 +2,22 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Testing Express Node JS') {
|
stage('Install Neutral') {
|
||||||
steps {
|
steps {
|
||||||
echo "Testing Neutral"
|
echo "[Neutral-Deploy] - Installation Stage".
|
||||||
|
ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stage('Test Neutral') {
|
||||||
|
steps {
|
||||||
|
echo "[Neutral-Deploy] - Test Stage"
|
||||||
|
ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Deploy Neutral') {
|
stage('Deploy Neutral') {
|
||||||
steps {
|
steps {
|
||||||
echo "Deploying Neutral"
|
echo "[Neutral-Deploy] - Deploy Stage"
|
||||||
|
ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user