Test Neutral Pipeline #13
Some checks reported errors
Neutral/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
Neutral/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
cab43d1a15
commit
a797e06e15
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
@ -31,13 +31,15 @@ pipeline {
|
|||||||
return
|
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"
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user