Lock builds per commit and target (#340)

This commit is contained in:
gusto 2023-08-31 14:35:21 +03:00 committed by GitHub
parent 26a3910566
commit 8adb24752a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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') {

View File

@ -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') {