Issue Type: Bug Bug
Assignee: Jesse Glick
Components: workflow-plugin
Created: 13/Apr/15 2:26 PM
Description:

I want to resolve the artifact to be unarchived at execution time.

Therefore I want to be able to perform the following:

requiredFile = 'target/<some archived file name>'

unarchive mapping: [requiredFile: .]

Unfortunately this does not replace `requiredFile` with its value.

trying to use the Groovy style like this:

unarchive mapping: ["$requiredFile": .]

results in

java.lang.ClassCastException: org.codehaus.groovy.runtime.GStringImpl cannot be cast to java.lang.String

Environment: 1.580.13.1 / Workflow 1.4
Project: Jenkins
Priority: Minor Minor
Reporter: Nigel Harniman
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

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to