diff --git a/Jenkinsfile b/Jenkinsfile index 8826449..0d1650e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,9 +5,12 @@ pipeline { stage('[Neutral] - Test') { steps { 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') {