INFRA-284 switching label (#6153)

This commit is contained in:
Razvan Codreanu 2020-04-17 00:01:55 +01:00 committed by GitHub
parent 6a07284324
commit e5d554571f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ import static com.r3.build.BuildControl.killAllExistingBuildsForJob
killAllExistingBuildsForJob(env.JOB_NAME, env.BUILD_NUMBER.toInteger())
pipeline {
agent { label 'local-k8s' }
agent { label 'k8s' }
options {
timestamps()
timeout(time: 3, unit: 'HOURS')