Issue Type: Bug Bug
Assignee: Gregory Boissinot
Components: envinject-plugin, gradle-plugin
Created: 12/Mar/15 10:19 AM
Description:

I created a local and global password.
In a shell step the password can be used successfully.
In the next build step of my build I have the Gradle plugin, the password arrives as asterisks.

As a work-around I have switched to use the MaskPassword plugin.

Test Script build.gradle:

task showGlobalEnv << {
println '\''Test match:'\'' + (System.env.TEST_ENV == 'T123')
System.env.TEST_ENV.each{ println it }
}

Output from version 1.90 (successful):
Test match:true
T
1
2
3

Output from version 1.91 (failure):
Test match:false
*
*
*
*
*
*
*
*

Environment: EnvInject version 1.91 and version 1.91.1
Project: Jenkins
Priority: Major Major
Reporter: Marcus Collins
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to