Commit 064ed744 authored by hardy's avatar hardy

testing variable names

parent e62844bf
...@@ -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
......
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