Skip to content
Snippets Groups Projects
Commit 064ed744 authored by hardy's avatar hardy
Browse files

testing variable names

parent e62844bf
No related branches found
No related tags found
4 merge requests!1757Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c,!1493fix DL arq errors in UE,!1401[CI] improve gitlab post,!1398WIP: [CI] improve gitlab post
......@@ -59,8 +59,8 @@ pipeline {
booleanParam(name: 'eNB_mergeRequest', value: Boolean.valueOf(ALLOW_MERGE))
]
jobResult = jobStatus.getResult()
def build_url = jobStatus.getBuildVariables()["BUILD_URL"];
def build_id = jobStatus.getBuildVariables()["BUILD_ID"];
build_url = jobStatus.getAbsoluteUrl()
build_id = jobStatus.getNumber().toString()
GitPostArgs += jobName + ' ' + build_url + ' ' + build_id + ' ' + jobResult
echo GitPostArgs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment