PR Code Checks use standard Jenkins agent (#6496)

This commit is contained in:
Waldemar Żurowski 2020-07-22 09:26:39 +01:00 committed by GitHub
parent b52b242837
commit ca37b9b737
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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