Run multilingual audit stages on built-in Jenkins node
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -100,6 +100,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Post-Deploy Multilingual Audit') {
|
stage('Post-Deploy Multilingual Audit') {
|
||||||
|
agent { label 'built-in' }
|
||||||
options {
|
options {
|
||||||
timeout(time: 10, unit: 'MINUTES')
|
timeout(time: 10, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env groovy
|
#!/usr/bin/env groovy
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'external_pool' }
|
agent none
|
||||||
triggers {
|
triggers {
|
||||||
cron('H 2 * * *')
|
cron('H 2 * * *')
|
||||||
}
|
}
|
||||||
@@ -34,6 +34,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Nightly Multilingual Audit') {
|
stage('Nightly Multilingual Audit') {
|
||||||
|
agent { label 'built-in' }
|
||||||
options {
|
options {
|
||||||
timeout(time: 10, unit: 'MINUTES')
|
timeout(time: 10, unit: 'MINUTES')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user