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