3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02: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 {
agent none
options {
disableConcurrentBuilds()
}
stages {
stage('Build') {
agent {