Skip to content
Commit bf8c53c5 authored by Nigel Magnay's avatar Nigel Magnay
Browse files

When using a run parameter, you currently can only access it with

${param}

param = http://host/job/foo/14



If you just wanted the name ('foo') or the number (14) as an expansion,
you're forced to re-tokenise it somehwere else such as a script.

Add 2 extra environment vars:
param.jobName = foo
param.number  = 14

Signed-off-by: default avatarNigel Magnay <nigel.magnay@gmail.com>
parent de2115c2
Loading
Loading
Loading
Loading
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