Skip to content

Commit

Permalink
Updated Jenkinsfile.nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamolteni committed Jul 25, 2024
1 parent 26273eb commit 5e40914
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .ci/jenkins/project/Jenkinsfile.nightly
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ pipeline {
addSkipIntegrationTestsParam(buildParams)
String quickstartsBranch
switch (getBuildBranch()) {
case 'main': quickstartsBranch = '8.x'
break
case '9.x': quickstartsBranch = 'development'
case 'main': quickstartsBranch = 'development'
break
default : quickstartsBranch = getBuildBranch()
}
Expand Down

0 comments on commit 5e40914

Please sign in to comment.