Skip to content

Commit

Permalink
IVYPORTAL-18063-Bring-back-default-sort-for-task-case-widget-LE
Browse files Browse the repository at this point in the history
- revert Jenkinsfile
  • Loading branch information
tphvu-axonivy committed Dec 18, 2024
1 parent eea2cac commit 40e4e25
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,9 +1,13 @@
pipeline {
agent {label 'vu-pc'}
agent {label 'portal-slave'}

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

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

tools {
maven '3.9'
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 40e4e25

Please sign in to comment.