Skip to content

Commit

Permalink
improve(ci): include standalone ITs in webapp-integration label
Browse files Browse the repository at this point in the history
related to CAM-13962
  • Loading branch information
ThorbenLindhauer committed Sep 24, 2021
1 parent f89f845 commit ef0517c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,9 @@ pipeline {
}
stage('webapp-IT-standalone-tomcat-9') {
when {
branch cambpmDefaultBranch();
expression {
cambpmWithLabels('tomcat', 'webapp-integration')
}
}
steps {
cambpmConditionalRetry([
Expand All @@ -322,7 +324,7 @@ pipeline {
stage('webapp-IT-standalone-wildfly') {
when {
expression {
cambpmWithLabels('wildfly')
cambpmWithLabels('wildfly', 'webapp-integration')
}
}
steps {
Expand Down

0 comments on commit ef0517c

Please sign in to comment.