Test Neutral Pipeline
Some checks failed
Neutral/pipeline/head There was a failure building this commit
Some checks failed
Neutral/pipeline/head There was a failure building this commit
This commit is contained in:
parent
6b8a1cb6b5
commit
4b85f34e94
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -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') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user