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 { ...@@ -51,6 +51,7 @@ pipeline {
options { options {
disableConcurrentBuilds() disableConcurrentBuilds()
timestamps() timestamps()
gitLabConnection('OAI GitLab')
ansiColor('xterm') ansiColor('xterm')
} }
stages { stages {
...@@ -128,7 +129,7 @@ pipeline { ...@@ -128,7 +129,7 @@ pipeline {
echo "begin if 1" echo "begin if 1"
if (params.eNB_Repository == null) { if (params.eNB_Repository == null) {
echo "then 1" echo "then 1"
eNB_Repository = ${GIT_URL} eNB_Repository = GIT_URL
} else { } else {
echo "else 1" echo "else 1"
eNB_Repository = params.eNB_Repository 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