diff --git a/Jenkinsfile b/Jenkinsfile index 8954080..ee51334 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" + } }