Skip to content

Commit

Permalink
IVYPORTAL-17428 Check and remove deprecated features from portal - Co…
Browse files Browse the repository at this point in the history
…de + Docs

Updated Jenkinsfile to build in local pc
  • Loading branch information
lttung-axonivy committed Aug 28, 2024
1 parent f6aaa9c commit b343fb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build/document-screenshot-selenide/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pipeline {
agent {label 'portal-slave'}
agent {label 'tung-pc'}

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

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

tools {
maven '3.9'
Expand Down
6 changes: 3 additions & 3 deletions build/gui-test-new-dashboard/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
pipeline {
agent {label 'portal-slave'}
agent {label 'tung-pc'}

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

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

tools {
maven '3.9'
Expand Down

0 comments on commit b343fb3

Please sign in to comment.