Skip to content

Commit c3a30c2

Browse files
Vitexusclaude
andcommitted
fix: block build when RebulidDEBRepoByAnsible is running
Prevents test installation failures caused by apt-get hitting the repository while it is being rebuilt by the Ansible republish job. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 36b8519 commit c3a30c2

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

debian/Jenkinsfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ String vendor = 'vitexsoftware'
1414
String imagePrefix = 'multiflexi-'
1515

1616
properties([
17-
copyArtifactPermission('*')
17+
copyArtifactPermission('*'),
18+
buildBlocker(
19+
useBuildBlocker: true,
20+
blockLevel: 'GLOBAL',
21+
scanQueueFor: 'ALL',
22+
blockingJobs: 'RebulidDEBRepoByAnsible'
23+
)
1824
])
1925

2026
node {

0 commit comments

Comments
 (0)