Skip to content

Commit

Permalink
Update Jenkinsfile (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntloc-axonivy authored Oct 7, 2024
1 parent 7e7fc85 commit ef1d72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/integration/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pipeline {
}

parameters {
string(name: 'testPatternToRun', defaultValue: 'com.axonivy.portal.selenium.test.**.*Test,!*Express*Test', description: 'Test pattern to run')
string(name: 'testPatternToRun', defaultValue: 'com.axonivy.portal.selenium.test.**.*Test', description: 'Test pattern to run')
string(name: 'engineDownloadURL', defaultValue: '-Divy.engine.download.url=https://developer.axonivy.com/permalink/nightly/axonivy-engine-windows.zip', description: '''Where to download engine? e.g.
-Divy.engine.download.url=https://developer.axonivy.com/permalink/nightly/axonivy-engine-windows.zip for nightly master
-Divy.engine.download.url=https://developer.axonivy.com/permalink/dev/axonivy-engine-windows.zip for dev master
Expand Down

0 comments on commit ef1d72c

Please sign in to comment.