Skip to content

Commit 74dae2c

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 da7f630 commit 74dae2c

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
@@ -8,7 +8,13 @@ String vendor = 'vitexsoftware'
88
//String distroFamily = ''
99

1010
properties([
11-
copyArtifactPermission('*')
11+
copyArtifactPermission('*'),
12+
buildBlocker(
13+
useBuildBlocker: true,
14+
blockLevel: 'GLOBAL',
15+
scanQueueFor: 'ALL',
16+
blockingJobs: 'RebulidDEBRepoByAnsible'
17+
)
1218
])
1319
node() {
1420
ansiColor('xterm') {

0 commit comments

Comments
 (0)