13
0
geforkt von Mirrors/Velocity

Disallow all concurrent builds.

Dieser Commit ist enthalten in:
Andrew Steinborn 2018-12-07 17:25:04 -05:00
Ursprung 853fd2226d
Commit 7c065e5c15

3
Jenkinsfile vendored
Datei anzeigen

@ -1,5 +1,8 @@
pipeline {
agent none
options {
disableConcurrentBuilds()
}
stages {
stage('Build') {
agent {