Jenkins refresh 68/12368/1 v12.0.1
authorMark Beierl <mark.beierl@canonical.com>
Thu, 14 Jul 2022 13:38:27 +0000 (09:38 -0400)
committerMark Beierl <mark.beierl@canonical.com>
Wed, 20 Jul 2022 13:53:07 +0000 (09:53 -0400)
Change the jenkins node label from 'docker'
to 'stage_2' as part of the Jenkins cleanup

Change-Id: Ida8ffa0f41c2467f0ac2a9f67cd326b4d9188ea3
Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
Jenkinsfile

index 8140c68..b7f84cb 100644 (file)
@@ -31,7 +31,7 @@ def devops_checkout() {
     }
 }
 
-node('docker') {
+node('stage_2') {
     checkout scm
     devops_checkout()