Issue Type: Bug Bug
Assignee: Gregory Boissinot
Components: envinject
Created: 19/Sep/14 6:45 AM
Description:
  • Create a parameterized job
  • Add a textbox parameter (e.g. Comment = ABC newline BCD)
  • Add a build action: Inject environment variables, in the content field override Comment to e.g. ${WORKSPACE}
    - Add a shell/winbatch an prompt 'Comment'

    plugin version 1.89 console:
    [EnvInject] - Variables injected successfully.
    new comment value = ${WORKSPACE}
    plugin version 1.90 console:
    [EnvInject] - Variables injected successfully.
    new comment value = ABC

Assume the property 'Comment' is not overwritten anymore.

My personal problem:
I want to give a multiline value via build parameter to an ANT but because of the newlines i permanently get a syntaxerror, so i decided to print te parameter to a file, and give the file to the ant instead.

Environment: Win7
Jenkins 1.580
Project: Jenkins
Priority: Blocker Blocker
Reporter: Sven Appenrodt
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