Skip to content

Commit e04b46f

Browse files
Vitexusclaude
andcommitted
ci: block release build while repo.multiflexi.eu is rebuilding
Add buildBlocker property so Jenkins holds the build in queue until the ♻️ repo.mutiflexi.eu APT index rebuild finishes. This ensures every build always installs the latest published .deb dependencies. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 66324e8 commit e04b46f

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)