Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 10/Mar/15 1:20 PM
Description:

I've created a simple job with a password parameter to access to a Git repository. I've found a problem with passwords having ${} pattern.

  • If the user password contains one existing variable, the variable is expanded. For instance: 'pass${JENKINS_HOME}word' => 'pass<variable value>word'.
  • If the user password contains one not existing variable, 'pass${APP}word' => pass${APP}word.
Environment: Jenkins 1.602 (Windows 7)
Jenkins 1.554.2 (Redhat 6.4)
Project: Jenkins
Priority: Minor Minor
Reporter: Jose Antonio Martin
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