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

View File

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