Commit db9b410a authored by Boris Djalal's avatar Boris Djalal

Save

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent 6999a3a8
......@@ -114,12 +114,12 @@ pipeline {
if (params.UE_Credentials == null) {
allParametersPresent = false
}
echo "params.eNB_Repository = ${params.eNB_Repository}"
if (params.eNB_Repository == null) {
eNB_Repository = ${GIT_URL}
} else {
eNB_Repository = params.eNB_Repository
}
echo "params.eNB_Repository = ${params.eNB_Repository}"
if (allParametersPresent) {
echo "All parameters are present"
sh "git fetch"
......
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