From b343fb3cfcba1452a35b9525c5afbee39d112891 Mon Sep 17 00:00:00 2001 From: Tung Le Date: Wed, 28 Aug 2024 10:33:24 +0700 Subject: [PATCH] IVYPORTAL-17428 Check and remove deprecated features from portal - Code + Docs Updated Jenkinsfile to build in local pc --- 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 e7c1cf23954..ec292df172d 100644 --- a/build/document-screenshot-selenide/Jenkinsfile +++ b/build/document-screenshot-selenide/Jenkinsfile @@ -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' diff --git a/build/gui-test-new-dashboard/Jenkinsfile b/build/gui-test-new-dashboard/Jenkinsfile index dc28edd480e..9234d34836b 100644 --- a/build/gui-test-new-dashboard/Jenkinsfile +++ b/build/gui-test-new-dashboard/Jenkinsfile @@ -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'