Lock builds per commit and target (#340)
This commit is contained in:
parent
26a3910566
commit
8adb24752a
|
@ -40,7 +40,7 @@ pipeline {
|
|||
|
||||
stage('BuildAndTest') {
|
||||
options {
|
||||
lock("sync-features")
|
||||
lock('sync-linux-${env.GIT_COMMIT}')
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
|
|
|
@ -39,7 +39,7 @@ pipeline {
|
|||
|
||||
stage('BuildAndTest') {
|
||||
options {
|
||||
lock('sync-features')
|
||||
lock('sync-macos-${env.GIT_COMMIT}')
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
|
|
Loading…
Reference in New Issue