Skip to content

Commit ddbb254

Browse files
author
Sebastien Boeuf
committed
Jenkinsfile: Update Azure node
Change the Azure node name to 'groovy-libvirt', which is associated with smaller groovy VMs (D4sv3 instead of D64s_v3). Signed-off-by: Sebastien Boeuf <[email protected]>
1 parent 5c53cc8 commit ddbb254

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 'groovy' } }
25+
agent { node { label 'groovy-libvirt' } }
2626
stages {
2727
stage ('Checkout') {
2828
steps {

0 commit comments

Comments
 (0)