-
Task
-
Resolution: Incomplete
-
Minor
I am currently using a DSL seed job where I am passing an ID value as a String parameter to the main library script.
In the email notification step, I am trying to call that parameter in the email.template present under $JENKINS_HOME/email-templates. I need to pass the above mentioned parameter value in the URL mentioned in the email.template file.
Is there any way we can pass the value of it in the file. I actually tried ${job.name.<Parameter_name>} but its not working.
[JENKINS-68850] Adding a parameter which was passed in the jenkins job
Description |
Original:
I am currently using a DSL seed job where I am passing an ID value to the main library script.
In the email notification step, I am trying to call that parameter in the email.template present under $JENKINS_HOME/email-templates. I need to pass the above mentioned parameter value in the URL mentioned in the email.template file. Is there any way we can pass the value of it in the file. I actually tried ${job.name.<Parameter_name>} but its not working. |
New:
I am currently using a DSL seed job where I am passing an ID value as a String parameter to the main library script.
In the email notification step, I am trying to call that parameter in the email.template present under $JENKINS_HOME/email-templates. I need to pass the above mentioned parameter value in the URL mentioned in the email.template file. Is there any way we can pass the value of it in the file. I actually tried ${job.name.<Parameter_name>} but its not working. |
Attachment | New: Capture.PNG [ 58288 ] |
Resolution | New: Incomplete [ 4 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |