This is an automated email from the ASF dual-hosted git repository.

jstastnycz pushed a commit to branch development
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner-quickstarts.git


The following commit(s) were added to refs/heads/development by this push:
     new 752f8be5 kie-issues#1237: stay on x.y.999-SNAPSHOT in release branches 
(#630)
752f8be5 is described below

commit 752f8be515cbd02d1fc130dda75adb6e99b0dca7
Author: Jan Stastny <[email protected]>
AuthorDate: Wed May 22 17:58:11 2024 +0200

    kie-issues#1237: stay on x.y.999-SNAPSHOT in release branches (#630)
    
    Co-authored-by: jstastny-cz <[email protected]>
---
 .ci/jenkins/Jenkinsfile.setup-branch | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.ci/jenkins/Jenkinsfile.setup-branch 
b/.ci/jenkins/Jenkinsfile.setup-branch
index 942a2f30..75210370 100644
--- a/.ci/jenkins/Jenkinsfile.setup-branch
+++ b/.ci/jenkins/Jenkinsfile.setup-branch
@@ -43,8 +43,7 @@ pipeline {
                         currentBuild.displayName = params.DISPLAY_NAME
                     }
 
-                    optaplannerBranch = getBuildBranch() == 'development' ? 
'9.x' : getBuildBranch() == '8.x' ? 'main' : getBuildBranch()
-                    checkoutRepo(optaplannerRepo, optaplannerBranch)
+                    checkoutRepo(optaplannerRepo, getBuildBranch())
                     checkoutRepo(getRepoName(), getBuildBranch())
                 }
             }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to