diff --git a/Jenkinsfile b/Jenkinsfile index 6b7e1d1..1cc3648 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -76,7 +76,7 @@ inLabels: [ 'ubuntu-16', 'centos-7' ], onLabels: [ default: 'master', docker: 'docker', mac: 'mac', android: 'android', ], cronPoll: '@hourly', // Fallback only if post-commit failed - noPoll: "(${releaseBranch}|.+_.+)", // Don't poll or automatically trigger release and private branches + noPoll: "(.+_.+)", // Don't poll or automatically trigger release and private branches ) lazyStage {