-
Bug
-
Resolution: Fixed
-
Major
-
Linux master, Solaris slave
I have a parameterized job, which specifies a Label parameter from the NodeLabel plugin, calling it JK_PLATFORM.
This JK_PLATFORM parameter is available in the environment doing the build. But when I want to do a "archive the artifacts" in as post build action and use ${JK_PLATFORM} as part of the "files to archive" like
${JK_SVN_BRANCH}/${JK_PLATFORM}/${JK_RELEASE}/cdrom/*
I get the following error:
—
Archiving artifacts
ERROR: No artifacts found that match the file pattern "trunk/${JK_PLATFORM}/false/cdrom/*". Configuration error?
—
Looks like the JK_PLATFORM parameter is not resolved.