This is an automated email from the ASF dual-hosted git repository. lucamolteni pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner.git
commit 5e409140f7bbc32b21478f1d89e2896623f7882a Author: Luca Molteni <[email protected]> AuthorDate: Thu Jul 25 10:35:07 2024 +0200 Updated Jenkinsfile.nightly --- .ci/jenkins/project/Jenkinsfile.nightly | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.ci/jenkins/project/Jenkinsfile.nightly b/.ci/jenkins/project/Jenkinsfile.nightly index 0339dc30b0..3607906055 100644 --- a/.ci/jenkins/project/Jenkinsfile.nightly +++ b/.ci/jenkins/project/Jenkinsfile.nightly @@ -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() } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
