Skip to content

Commit 55ed727

Browse files
committed
libcouchbase: fix signing agent expression for debian
1 parent 5685ad6 commit 55ed727

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

libcouchbase/Jenkinsfile.repo.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ repo_dir = "repo/#{distro_id}"
8686
repo_url = "https://sdk-snapshots.couchbase.com/libcouchbase/#{distro_id}"
8787
key_url = "https://sdk-snapshots.couchbase.com/libcouchbase/couchbase.key"
8888
%>
89-
agent { label 'debian10-signing' }
89+
agent { label 'debian11-signing' }
9090
steps {
9191
cleanWs()
9292
copyArtifacts(projectName: 'lcb-lnx-scripted-build-pipeline', selector: UPSTREAM_BUILD.isEmpty() ? upstream() : specific(UPSTREAM_BUILD), filter: 'libcouchbase-*<%= distro %>*.tar')

libcouchbase/lcb-repo-pipeline.groovy

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ gpgkey = https://sdk-snapshots.couchbase.com/libcouchbase/couchbase.key
182182

183183
stage('ubuntu2404') {
184184

185-
agent { label 'debian10-signing' }
185+
agent { label 'debian11-signing' }
186186
steps {
187187
cleanWs()
188188
copyArtifacts(projectName: 'lcb-lnx-scripted-build-pipeline', selector: UPSTREAM_BUILD.isEmpty() ? upstream() : specific(UPSTREAM_BUILD), filter: 'libcouchbase-*noble*.tar')
@@ -219,7 +219,7 @@ deb https://sdk-snapshots.couchbase.com/libcouchbase/ubuntu2404 noble noble/main
219219
}
220220
stage('ubuntu2204') {
221221

222-
agent { label 'debian10-signing' }
222+
agent { label 'debian11-signing' }
223223
steps {
224224
cleanWs()
225225
copyArtifacts(projectName: 'lcb-lnx-scripted-build-pipeline', selector: UPSTREAM_BUILD.isEmpty() ? upstream() : specific(UPSTREAM_BUILD), filter: 'libcouchbase-*jammy*.tar')
@@ -256,7 +256,7 @@ deb https://sdk-snapshots.couchbase.com/libcouchbase/ubuntu2204 jammy jammy/main
256256
}
257257
stage('debian12') {
258258

259-
agent { label 'debian10-signing' }
259+
agent { label 'debian11-signing' }
260260
steps {
261261
cleanWs()
262262
copyArtifacts(projectName: 'lcb-lnx-scripted-build-pipeline', selector: UPSTREAM_BUILD.isEmpty() ? upstream() : specific(UPSTREAM_BUILD), filter: 'libcouchbase-*bookworm*.tar')
@@ -293,7 +293,7 @@ deb https://sdk-snapshots.couchbase.com/libcouchbase/debian12 bookworm bookworm/
293293
}
294294
stage('debian11') {
295295

296-
agent { label 'debian10-signing' }
296+
agent { label 'debian11-signing' }
297297
steps {
298298
cleanWs()
299299
copyArtifacts(projectName: 'lcb-lnx-scripted-build-pipeline', selector: UPSTREAM_BUILD.isEmpty() ? upstream() : specific(UPSTREAM_BUILD), filter: 'libcouchbase-*bullseye*.tar')

0 commit comments

Comments
 (0)