Skip to content

Commit

Permalink
Merge pull request #497 from axonivy-market/fix-build-master
Browse files Browse the repository at this point in the history
Use latest minor Axon Ivy Engine when building
  • Loading branch information
alexsuter authored Dec 6, 2023
2 parents b6d980e + 8a0bf33 commit 8345a3b
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 8345a3b

Please sign in to comment.