Test Neutral Pipeline
Some checks failed
Neutral/pipeline/head There was a failure building this commit

This commit is contained in:
CICD - Pipeline 2023-03-19 17:41:16 +01:00
parent 6b8a1cb6b5
commit 4b85f34e94

9
Jenkinsfile vendored
View File

@ -5,9 +5,12 @@ 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"
} }
} }
stage('[Neutral] - Deploy') { stage('[Neutral] - Deploy') {