Skip to content

Commit

Permalink
[10.0.x] NO-ISSUE: Fix release job display name (apache#3117)
Browse files Browse the repository at this point in the history
Fix release job display name
  • Loading branch information
rodrigonull committed Sep 17, 2024
1 parent aa73f30 commit 83c7027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/project/Jenkinsfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ String constructKey(String prefix, String paramId) {
}

String getDisplayName(version = '') {
version = version ?: getOptaPlannerVersion()
version = version ?: getReleaseVersion()
return "Release ${version}"
}

Expand Down

0 comments on commit 83c7027

Please sign in to comment.