Fix Pipeline Support
Some checks failed
Subsonics - Pipeline/pipeline/head There was a failure building this commit
Some checks failed
Subsonics - Pipeline/pipeline/head There was a failure building this commit
This commit is contained in:
parent
d8c11761cd
commit
3091ecf074
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -9,8 +9,9 @@ pipeline {
|
||||
sh "rm -rf subsonics"
|
||||
sh "git clone https://git.raphix.fr/raphix/subsonics.git"
|
||||
sh "cd subsonics"
|
||||
sh "cd src"
|
||||
sh "npm i"
|
||||
sh "ENV='TEST' node bin/www"
|
||||
sh "ENV='TEST' node main.js"
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user