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