From 8ec7db2226a0d5b899376392b263da11a22a9f70 Mon Sep 17 00:00:00 2001 From: Tung Le Date: Thu, 5 Sep 2024 11:03:36 +0700 Subject: [PATCH] IVYPORTAL-17428 Check and remove deprecated features from portal - Code + Docs Reverted Jenkinsfile --- build/document-screenshot-selenide/Jenkinsfile | 6 +++--- build/gui-test-new-dashboard/Jenkinsfile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/document-screenshot-selenide/Jenkinsfile b/build/document-screenshot-selenide/Jenkinsfile index ec292df172d..e7c1cf23954 100644 --- a/build/document-screenshot-selenide/Jenkinsfile +++ b/build/document-screenshot-selenide/Jenkinsfile @@ -1,13 +1,13 @@ pipeline { - agent {label 'tung-pc'} + agent {label 'portal-slave'} options { buildDiscarder(logRotator(numToKeepStr: '60', artifactNumToKeepStr: '60')) } - /*triggers { + triggers { cron('0 15 * * *') - }*/ + } tools { maven '3.9' diff --git a/build/gui-test-new-dashboard/Jenkinsfile b/build/gui-test-new-dashboard/Jenkinsfile index 9234d34836b..dc28edd480e 100644 --- a/build/gui-test-new-dashboard/Jenkinsfile +++ b/build/gui-test-new-dashboard/Jenkinsfile @@ -1,14 +1,14 @@ pipeline { - agent {label 'tung-pc'} + agent {label 'portal-slave'} options { buildDiscarder(logRotator(numToKeepStr: '60', artifactNumToKeepStr: '60')) } - /*triggers { + triggers { pollSCM '0 7 * * *' cron('0 11 * * *') - }*/ + } tools { maven '3.9'