Skip to content

Commit

Permalink
Integrate with correct Axon Ivy Engine
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsuter committed Jun 17, 2024
1 parent 29ee283 commit d3254a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pipeline {
"-f pom.test.xml " +
"-Dmaven.test.failure.ignore=true " +
"-Dengine.page.url=${params.engineSource} " +
"-Divy.engine.version.latest.minor=true " +
"-Dskip.gpg=false " +
"-Dgpg.passphrase='${env.GPG_PWD}' " +
"-Dselenide.remote=http://${seleniumName}:4444/wd/hub "
Expand Down
3 changes: 1 addition & 2 deletions web-tester-fixture/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@
<plugin>
<groupId>com.axonivy.ivy.ci</groupId>
<artifactId>project-build-plugin</artifactId>
<version>11.2.0-SNAPSHOT</version>
<version>11.4.0-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<ivyVersion>[11.1.0,12.0.0)</ivyVersion>
<engineListPageUrl>${engine.page.url}</engineListPageUrl>
</configuration>
</plugin>
Expand Down

0 comments on commit d3254a5

Please sign in to comment.