Hi all,

I have a Jenkins parameterized build in our CI system, which takes in a few 
parameters like PARAM_A (of type Choice), PARAM_B (of type String 
parameter).... at the beginning of the build.

After the build finished, I want to perform some post-build action, like 
archiving artifacts, sending notification email, etcs. During these 
actions, I want to use the value of PARAM_A, PARAM_B by using $PARAM_A, 
$PARAM_B, but it returns just literal string "$PARAM_A" or "$PARAM_B". 

I also tried ${env.PARAM_A} but it doesn't work as well. Please advice. 
Thanks a lot :)

Regards,
Dang Chien.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to