Jenkins refresh 33/12333/2
authorMark Beierl <mark.beierl@canonical.com>
Thu, 14 Jul 2022 13:37:34 +0000 (09:37 -0400)
committerMark Beierl <mark.beierl@canonical.com>
Fri, 15 Jul 2022 13:03:21 +0000 (09:03 -0400)
Change the jenkins node label from 'docker'
to 'stage_2' as part of the Jenkins cleanup

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

index 56a0830..0dec570 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2019 ETSI
+/* Copyright ETSI OSM and others
  *
  * All Rights Reserved.
  *
@@ -37,7 +37,7 @@ def devops_checkout() {
     }
 }
 
-node('docker') {
+node('stage_2') {
     checkout scm
     devops_checkout()