Skip to content

Commit b775423

Browse files
committed
build(release): add global build blocker for package installation race condition
1 parent 2868948 commit b775423

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

debian/Jenkinsfile.release

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ String imagePrefix = 'multiflexi-'
77
//String distroFamily = ''
88

99
properties([
10-
copyArtifactPermission('*')
10+
copyArtifactPermission('*'),
11+
buildBlocker(
12+
useBuildBlocker: true,
13+
blockLevel: 'GLOBAL',
14+
scanQueueFor: 'ALL',
15+
blockingJobs: '♻️ repo.mutiflexi.eu'
16+
)
1117
])
1218
node() {
1319
ansiColor('xterm') {

0 commit comments

Comments
 (0)