Commit 6eca8db1 authored by Boris Djalal's avatar Boris Djalal

Fix

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent d7f486f8
...@@ -54,6 +54,7 @@ pipeline { ...@@ -54,6 +54,7 @@ pipeline {
} }
stage ("Print latest commit info") { stage ("Print latest commit info") {
steps { steps {
script {
echo "Building on: " echo "Building on: "
echo " Repository -- ${GIT_URL}" echo " Repository -- ${GIT_URL}"
echo " Branch -- ${GIT_BRANCH}" echo " Branch -- ${GIT_BRANCH}"
...@@ -62,6 +63,7 @@ pipeline { ...@@ -62,6 +63,7 @@ pipeline {
eNB_Repository = ${GIT_URL} eNB_Repository = ${GIT_URL}
} }
} }
}
stage ("Verify Parameters") { stage ("Verify Parameters") {
steps { steps {
script { script {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment