Skip to content

Commit

Permalink
Use latest minor Axon Ivy Engine when building
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsuter committed Dec 6, 2023
1 parent f8e84ca commit 8a0bf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pipeline {
def phase = env.BRANCH_NAME == 'master' ? 'deploy' : 'verify'
maven cmd: "clean ${phase} -Dmaven.test.failure.ignore=true " +
"-Dengine.directory=${workspace}/html-dialog-demos/html-dialog-demos/target/ivyEngine " +
"-Divy.engine.version='[9.2.0,]' " +
"-Divy.engine.version.latest.minor=true " +
"-Divy.engine.list.url=${params.engineListUrl} " +
"-DaltDeploymentRepository=nexus.axonivy.com::https://nexus.axonivy.com/repository/maven-snapshots/ " +
"-Dselenide.remote=http://${seleniumName}:4444/wd/hub " +
Expand Down

0 comments on commit 8a0bf33

Please sign in to comment.