Skip to content

Commit

Permalink
Jenkinsfile: Switch worker build to new agent template
Browse files Browse the repository at this point in the history
Switching working build to new agent template under different
Azure subscription.

Signed-off-by: Ravi kumar Veeramally <[email protected]>
  • Loading branch information
rveerama1 authored and likebreath committed Feb 14, 2024
1 parent 341152b commit 1c91b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pipeline {
stage('Build') {
parallel {
stage('Worker build') {
agent { node { label 'jammy' } }
agent { node { label 'jammy-ch' } }
when {
beforeAgent true
expression {
Expand Down

0 comments on commit 1c91b8d

Please sign in to comment.