We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a526fbe commit 3c6fc2fCopy full SHA for 3c6fc2f
1 file changed
Jenkinsfile
@@ -22,7 +22,7 @@ pipeline{
22
}
23
24
stage ('Worker build') {
25
- agent { node { label 'jammy-libvirt' } }
+ agent { node { label 'groovy-libvirt' } }
26
environment {
27
AZURE_CONNECTION_STRING = credentials('46b4e7d6-315f-4cc1-8333-b58780863b9b')
28
0 commit comments