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 {
}
stage ("Print latest commit info") {
steps {
script {
echo "Building on: "
echo " Repository -- ${GIT_URL}"
echo " Branch -- ${GIT_BRANCH}"
......@@ -62,6 +63,7 @@ pipeline {
eNB_Repository = ${GIT_URL}
}
}
}
stage ("Verify Parameters") {
steps {
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