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
Vendored
+3
View File
@@ -29,6 +29,9 @@ pipeline {
}
}
stage('Update progress') {
when {
branch 'master'
}
steps {
script {
progress = sh(