Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Sep 9, 2024
1 parent 09d211b commit f33e670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.weekly.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pipeline {
steps {
script {
projectVersion = getProjectVersion(false)
dir(optaplannerFolder)) {
dir(optaplannerFolder) {
if (githubscm.isThereAnyChanges()) {
def commitMsg = "[${getBuildBranch()}] Update version to ${projectVersion}"
githubscm.setUserConfigFromCreds(getGitAuthorPushCredsId())
Expand Down

0 comments on commit f33e670

Please sign in to comment.