projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47f8a9e
)
Jenkins refresh
33/12333/2
author
Mark Beierl
<mark.beierl@canonical.com>
Thu, 14 Jul 2022 13:37:34 +0000
(09:37 -0400)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
56a0830
..
0dec570
100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-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()