This commit is contained in:
Vendored
+5
-2
@@ -5,8 +5,11 @@ pipeline {
|
|||||||
stage('[Neutral] - Test') {
|
stage('[Neutral] - Test') {
|
||||||
steps {
|
steps {
|
||||||
echo "[Neutral-Deploy] - Test Stage"
|
echo "[Neutral-Deploy] - Test Stage"
|
||||||
// sh "git clone git clone https://git.raphix.fr/infrastructure/neutral.git neutral"
|
sh "rm -rf neutral"
|
||||||
|
sh "git clone git clone https://git.raphix.fr/infrastructure/neutral.git"
|
||||||
|
sh "cd neutral"
|
||||||
|
sh "npm i"
|
||||||
|
sh "PORT=3100 node bin/www"
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user