projects
/
osm
/
LCM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
726450c
)
Jenkins refresh
68/12368/1
v12.0.1
author
Mark Beierl
<mark.beierl@canonical.com>
Thu, 14 Jul 2022 13:38:27 +0000
(09:38 -0400)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
8140c68
..
b7f84cb
100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-31,7
+31,7
@@
def devops_checkout() {
}
}
-node('
docker
') {
+node('
stage_2
') {
checkout scm
devops_checkout()