diff --git a/Jenkinsfile b/Jenkinsfile index 2a5cebf8499..8d2f0b8d0ea 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -304,7 +304,9 @@ pipeline { } stage('webapp-IT-standalone-tomcat-9') { when { - branch cambpmDefaultBranch(); + expression { + cambpmWithLabels('tomcat', 'webapp-integration') + } } steps { cambpmConditionalRetry([ @@ -322,7 +324,7 @@ pipeline { stage('webapp-IT-standalone-wildfly') { when { expression { - cambpmWithLabels('wildfly') + cambpmWithLabels('wildfly', 'webapp-integration') } } steps {