3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-11-16 21:10:30 +01:00

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 { pipeline {
agent none agent none
options {
disableConcurrentBuilds()
}
stages { stages {
stage('Build') { stage('Build') {
agent { agent {