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

rantunes pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 8a7b168ed4 [10.0.x] NO-ISSUE: Fix release job display name (#3117)
8a7b168ed4 is described below

commit 8a7b168ed4ba41113a4598f67fe8c902890edb22
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Wed Aug 14 13:58:50 2024 -0300

    [10.0.x] NO-ISSUE: Fix release job display name (#3117)
    
    Fix release job display name
---
 .ci/jenkins/project/Jenkinsfile.release | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/jenkins/project/Jenkinsfile.release 
b/.ci/jenkins/project/Jenkinsfile.release
index 61fcf539d4..2119bc50cf 100644
--- a/.ci/jenkins/project/Jenkinsfile.release
+++ b/.ci/jenkins/project/Jenkinsfile.release
@@ -295,7 +295,7 @@ String constructKey(String prefix, String paramId) {
 }
 
 String getDisplayName(version = '') {
-    version = version ?: getOptaPlannerVersion()
+    version = version ?: getReleaseVersion()
     return "Release ${version}"
 }
 


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

Reply via email to