Commit c754cc28 authored by Boris Djalal's avatar Boris Djalal

test

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent d03f67d3
......@@ -51,6 +51,7 @@ pipeline {
options {
disableConcurrentBuilds()
timestamps()
gitLabConnection('OAI GitLab')
ansiColor('xterm')
}
stages {
......@@ -128,7 +129,7 @@ pipeline {
echo "begin if 1"
if (params.eNB_Repository == null) {
echo "then 1"
eNB_Repository = ${GIT_URL}
eNB_Repository = GIT_URL
} else {
echo "else 1"
eNB_Repository = params.eNB_Repository
......
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