Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bacciotti committed Jul 14, 2023
1 parent 7ac0448 commit 729c7cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ pipeline {
println "Changing version to ${currentVersion}-${params.PATCH_JIRA_ID}"
sh "java -jar ${env.PME_CLI_PATH} -DversionOverride=${currentVersion}-${params.PATCH_JIRA_ID}"
sh "git add pom.xml"
sh "git status"
}
}
}
Expand Down

0 comments on commit 729c7cc

Please sign in to comment.