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:
726ccbe
)
Fix in Jenkinsfile
26/6226/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Mon, 28 May 2018 10:03:00 +0000
(12:03 +0200)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Mon, 28 May 2018 10:03:00 +0000
(12:03 +0200)
Change-Id: I9080d4e89a166996fcbe7db275a724f921888ee4
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
39fc00a
..
15353c6
100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-16,12
+16,12
@@
def devops_checkout() {
}
}
-node {
+node
('docker')
{
checkout scm
devops_checkout()
- ci_
helper
= load "devops/jenkins/ci-pipelines/ci_stage_2.groovy"
- ci_
helper
.ci_pipeline( 'LCM',
+ ci_
stage_2
= load "devops/jenkins/ci-pipelines/ci_stage_2.groovy"
+ ci_
stage_2
.ci_pipeline( 'LCM',
params.PROJECT_URL_PREFIX,
params.GERRIT_PROJECT,
params.GERRIT_BRANCH,