Only update progress when running on master branch. (#106)

This commit is contained in:
val 2021-12-19 01:46:34 -05:00 committed by GitHub
parent 98369fc526
commit 89cc7ecb10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -29,6 +29,9 @@ pipeline {
}
}
stage('Update progress') {
when {
branch 'master'
}
steps {
script {
progress = sh(