Skip to content

Commit

Permalink
Revert "Change jenkins Worker build node label to 'jammy-libvirt'"
Browse files Browse the repository at this point in the history
This reverts commit a526fbe.
  • Loading branch information
pupacha authored and praveen-pk committed Oct 14, 2022
1 parent a526fbe commit 3c6fc2f
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 @@ -22,7 +22,7 @@ pipeline{
}
}
stage ('Worker build') {
agent { node { label 'jammy-libvirt' } }
agent { node { label 'groovy-libvirt' } }
environment {
AZURE_CONNECTION_STRING = credentials('46b4e7d6-315f-4cc1-8333-b58780863b9b')
}
Expand Down

0 comments on commit 3c6fc2f

Please sign in to comment.