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:
Ursprung
853fd2226d
Commit
7c065e5c15
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -1,5 +1,8 @@
|
||||
pipeline {
|
||||
agent none
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
agent {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren