-
Bug
-
Resolution: Fixed
-
Major
-
Should happen on all systems and versions of Jenkins.
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.