Skip to content

Commit 3c6fc2f

Browse files
pupachapraveen-pk
authored andcommitted
Revert "Change jenkins Worker build node label to 'jammy-libvirt'"
This reverts commit a526fbe.
1 parent a526fbe commit 3c6fc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pipeline{
2222
}
2323
}
2424
stage ('Worker build') {
25-
agent { node { label 'jammy-libvirt' } }
25+
agent { node { label 'groovy-libvirt' } }
2626
environment {
2727
AZURE_CONNECTION_STRING = credentials('46b4e7d6-315f-4cc1-8333-b58780863b9b')
2828
}

0 commit comments

Comments
 (0)