Test Neutral Pipeline #13
Some checks reported errors
Neutral/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
CICD - Pipeline 2023-03-19 18:29:18 +01:00
parent cab43d1a15
commit a797e06e15

14
Jenkinsfile vendored
View File

@ -31,13 +31,15 @@ pipeline {
return
}
echo "[Neutral-Deploy] - Test Stage"
sh "rm -rf neutral"
sh "git clone https://git.raphix.fr/infrastructure/neutral.git"
sh "cd neutral"
sh "npm i"
sh "ENV='TEST' node bin/www"
}
echo "[Neutral-Deploy] - Test Stage"
sh "rm -rf neutral"
sh "git clone https://git.raphix.fr/infrastructure/neutral.git"
sh "cd neutral"
sh "npm i"
sh "ENV='TEST' node bin/www"
}
}