mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
don't clog up jenkins build queue
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -19,6 +19,11 @@ pipeline {
|
||||
PARTIAL_TESTS = "${env.BRANCH_NAME == 'master' ? ' ' : '1'}"
|
||||
DOCKER_IMAGE_TAG = "panda:build-${env.GIT_COMMIT}"
|
||||
}
|
||||
options {
|
||||
timeout(time: 3, unit: 'HOURS')
|
||||
disableConcurrentBuilds(abortPrevious: env.BRANCH_NAME != 'master')
|
||||
}
|
||||
|
||||
stages {
|
||||
stage ('Acquire resource locks') {
|
||||
options {
|
||||
|
||||
Reference in New Issue
Block a user