Commit 74090c3a authored by Boris Djalal's avatar Boris Djalal

Fixing braces.

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent 50a48109
......@@ -368,10 +368,9 @@ OAI CI Team''',
booleanParam(name: 'eNB_mergeRequest', value: true),
string(name: 'eNB_TargetBranch', value: String.valueOf(env.gitlabTargetBranch))
]
}
}
}
}
}
success {
script {
def message = "OAI " + JOB_NAME + " build (" + BUILD_ID + "): passed (" + BUILD_URL + ")"
......@@ -398,4 +397,6 @@ OAI CI Team''',
}
}
}
}
}
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