Skip to content

Commit

Permalink
IVYPORTAL-14419 Raise version of your portal maven artifacts to the n…
Browse files Browse the repository at this point in the history
…ext development cycle after release > Increase portal version by build param
  • Loading branch information
lttung-axonivy committed Dec 27, 2024
1 parent d9ad496 commit fcd8535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/update-pom/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ pipeline {
}

parameters {
string(name: 'buildPluginVersion', defaultValue: '', description: 'Axon Ivy build plugin version of all pom will be updated to. If empty value, no changes.')
string(name: 'buildPluginVersion', defaultValue: '', description: '''Axon Ivy build plugin version of all pom will be updated to. If empty value, no changes.
If buildPluginVersion, ivyEngineVersion, portalVersion params all are empty, this build just updates cached engines, no GIT commits are created.''')
string(name: 'ivyEngineVersion', defaultValue: '', description: 'Axon Ivy engine version of all pom will be updated to. If empty value, no changes.')
string(name: 'portalVersion', defaultValue: '', description: 'Portal version of all pom will be updated to. If empty value, no changes.')
string(name: 'branchToPush', defaultValue: 'portal-update-pom/master', description: 'Branch name to push changes. It must not be protected branches. After this build, create a pull request to merge to master')
Expand Down

0 comments on commit fcd8535

Please sign in to comment.