Skip to content

Commit

Permalink
IVYPORTAL-17542-Use-latest-web-tester-to-run-all-tests
Browse files Browse the repository at this point in the history
- revert Jenkinsfiles
  • Loading branch information
tphvu-axonivy committed Dec 3, 2024
1 parent 38b5cd7 commit d7a77f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion build/document-screenshot-selenide/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
pipeline {
agent {label 'vu-pc'}
agent {label 'portal-slave'}

options {
buildDiscarder(logRotator(numToKeepStr: '60', artifactNumToKeepStr: '60'))
}

triggers {
cron('0 15 * * *')
}

tools {
maven '3.9'
jdk '21'
Expand Down
7 changes: 6 additions & 1 deletion build/gui-test-new-dashboard/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
pipeline {
agent {label 'vu-pc'}
agent {label 'portal-slave'}

options {
buildDiscarder(logRotator(numToKeepStr: '60', artifactNumToKeepStr: '60'))
}

triggers {
pollSCM '0 7 * * *'
cron('0 11 * * *')
}

tools {
maven '3.9'
jdk '21'
Expand Down

0 comments on commit d7a77f7

Please sign in to comment.