mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
PR Code Checks use standard
Jenkins agent (#6496)
This commit is contained in:
parent
b52b242837
commit
ca37b9b737
2
.ci/dev/pr-code-checks/Jenkinsfile
vendored
2
.ci/dev/pr-code-checks/Jenkinsfile
vendored
@ -4,7 +4,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 'k8s' }
|
agent { label 'standard' }
|
||||||
options {
|
options {
|
||||||
timestamps()
|
timestamps()
|
||||||
timeout(time: 3, unit: 'HOURS')
|
timeout(time: 3, unit: 'HOURS')
|
||||||
|
Loading…
Reference in New Issue
Block a user