Jon Cairns created JENKINS-13809:
------------------------------------

             Summary: Template variables are permanently overwritten on first 
use
                 Key: JENKINS-13809
                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13809
             Project: Jenkins
          Issue Type: Bug
          Components: jenkins-plugin-runtime
    Affects Versions: current
         Environment: Should happen on all systems and versions.
            Reporter: Jon Cairns
            Assignee: Jon Cairns


Meme configurations that include template variables such as "${project}" will 
be overwritten with the actual name of the project that first uses that Meme, 
as the Meme object is not copied/cloned, and it is automatically saved. The fix 
is to create a copy of the object and use that for the Meme generation.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to