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'