|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-14565) Please add support for... [email protected] (JIRA)
- [JIRA] (JENKINS-14565) Please add suppor... [email protected] (JIRA)
- [JIRA] (JENKINS-14565) Please add suppor... [email protected] (JIRA)

FYI,
I found I could get it to work if I use the path in the job name
FeatureBranches/FB0009/$PROMOTED_JOB_NAME
Interesting that $PROMOTED_JOB_NAME does not include the full path, but $JOB_NAME does. It resolved to FeatureBranches/FB0009/DataProcessingModules/promoted/Deploy to Artifactory
Also if I tried to specify a variable defined in the Folder (ie FOLDER=FeatureBranches/FB0009) the variable would not resolve.