mirror of https://github.com/pmret/papermario.git
Attempt to fix Jenkinsfile (#425)
This commit is contained in:
parent
db578d9788
commit
5311ed1a44
|
@ -15,7 +15,7 @@ pipeline {
|
|||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'ninja 2>&1 | tee build_log.txt'
|
||||
sh "bash -o pipefail -c 'ninja 2>&1 | tee build_log.txt'"
|
||||
}
|
||||
}
|
||||
stage("Comment") {
|
||||
|
|
Loading…
Reference in New Issue