Skip to content

Commit

Permalink
Update quickstarts build branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Jun 21, 2024
1 parent acf88fc commit 46219a9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .ci/jenkins/project/Jenkinsfile.weekly
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,7 @@ pipeline {
def buildParams = getDefaultBuildParams()
addSkipTestsParam(buildParams)
addSkipIntegrationTestsParam(buildParams)
String quickstartsBranch
switch (getBuildBranch()) {
case 'main': quickstartsBranch = '8.x'
break
case '9.x': quickstartsBranch = 'development'
break
default : quickstartsBranch = getBuildBranch()
}

String quickstartsBranch = getBuildBranch() == 'main' ? 'development' : getBuildBranch()
addStringParam(buildParams, 'QUICKSTARTS_BUILD_BRANCH_NAME', quickstartsBranch)

buildJob(OPTAPLANNER_DEPLOY, buildParams)
Expand Down

0 comments on commit 46219a9

Please sign in to comment.