Attempt to fix Jenkinsfile (#425)

This commit is contained in:
Ethan Roseman 2021-09-22 20:40:16 +09:00 committed by GitHub
parent db578d9788
commit 5311ed1a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -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") {