Skip to content

Commit

Permalink
IVYPORTAL-17408 DB query for filter in task/case widget is executed 3…
Browse files Browse the repository at this point in the history
… times: revert jenkinfile
  • Loading branch information
lndanh-axonivy committed Sep 18, 2024
1 parent 1163e74 commit 9e626f6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/create-release/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent {label 'lndanh-pc'}
agent {label 'portal-slave'}

options {
buildDiscarder(logRotator(numToKeepStr: '60', artifactNumToKeepStr: '5'))
Expand Down
2 changes: 1 addition & 1 deletion build/document-screenshot-selenide/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent {label 'lndanh-pc'}
agent {label 'portal-slave'}

options {
buildDiscarder(logRotator(numToKeepStr: '60', artifactNumToKeepStr: '60'))
Expand Down
2 changes: 1 addition & 1 deletion build/gui-test-cluster/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent {label 'lndanh-pc'}
agent {label 'portal-slave'}

options {
buildDiscarder(logRotator(numToKeepStr: '60', artifactNumToKeepStr: '30'))
Expand Down
2 changes: 1 addition & 1 deletion build/gui-test-new-dashboard/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent {label 'lndanh-pc'}
agent {label 'portal-slave'}

options {
buildDiscarder(logRotator(numToKeepStr: '60', artifactNumToKeepStr: '60'))
Expand Down
2 changes: 1 addition & 1 deletion build/integration/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent {label 'lndanh-pc'}
agent {label 'portal-slave'}

options {
buildDiscarder(logRotator(numToKeepStr: '60', artifactNumToKeepStr: '5'))
Expand Down

0 comments on commit 9e626f6

Please sign in to comment.