diff --git a/Jenkinsfile b/Jenkinsfile index 2188957ad9..dfeeb023bc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -440,7 +440,7 @@ pipeline { stage('s390x integration-cli') { when { beforeAgent true - branch 'master' + not { changeRequest() } expression { params.s390x } } agent { label 's390x-ubuntu-1604' } @@ -613,7 +613,7 @@ pipeline { stage('ppc64le integration-cli') { when { beforeAgent true - branch 'master' + not { changeRequest() } expression { params.ppc64le } } agent { label 'ppc64le-ubuntu-1604' }