From d7a77f7639028386f74b1f73ee0769fbabe8623f Mon Sep 17 00:00:00 2001 From: tphvu-axonivy Date: Tue, 3 Dec 2024 16:08:10 +0700 Subject: [PATCH] IVYPORTAL-17542-Use-latest-web-tester-to-run-all-tests - revert Jenkinsfiles --- build/document-screenshot-selenide/Jenkinsfile | 6 +++++- build/gui-test-new-dashboard/Jenkinsfile | 7 ++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/build/document-screenshot-selenide/Jenkinsfile b/build/document-screenshot-selenide/Jenkinsfile index d7fe1b67782..7d77ac2d8b7 100644 --- a/build/document-screenshot-selenide/Jenkinsfile +++ b/build/document-screenshot-selenide/Jenkinsfile @@ -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' diff --git a/build/gui-test-new-dashboard/Jenkinsfile b/build/gui-test-new-dashboard/Jenkinsfile index c3f00b47e9c..8ce96f24e30 100644 --- a/build/gui-test-new-dashboard/Jenkinsfile +++ b/build/gui-test-new-dashboard/Jenkinsfile @@ -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'