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 { ...@@ -59,8 +59,8 @@ pipeline {
booleanParam(name: 'eNB_mergeRequest', value: Boolean.valueOf(ALLOW_MERGE)) booleanParam(name: 'eNB_mergeRequest', value: Boolean.valueOf(ALLOW_MERGE))
] ]
jobResult = jobStatus.getResult() jobResult = jobStatus.getResult()
def build_url = jobStatus.getBuildVariables()["BUILD_URL"]; build_url = jobStatus.getAbsoluteUrl()
def build_id = jobStatus.getBuildVariables()["BUILD_ID"]; build_id = jobStatus.getNumber().toString()
GitPostArgs += jobName + ' ' + build_url + ' ' + build_id + ' ' + jobResult GitPostArgs += jobName + ' ' + build_url + ' ' + build_id + ' ' + jobResult
echo GitPostArgs 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