mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-22 02:33:47 +08:00
Build scripts: disable concurrent builds
This commit is contained in:
Vendored
+4
@@ -1,6 +1,10 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Build dev-c3') {
|
||||
when {
|
||||
|
||||
Reference in New Issue
Block a user