-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
EnvInject version 1.91 and version 1.91.1
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
}
Output from version 1.90 (successful):
Test match:true
T
1
2
3
Output from version 1.91 (failure):
Test match:false
*
*
*
*
*
*
*
*
- is duplicated by
-
JENKINS-28116 Password injection no longer supplies password
-
- Resolved
-
- is related to
-
JENKINS-30090 Add a direct unit test for JENKINS-27382
-
- Resolved
-
[JENKINS-27382] EnvInjectPluginAction::buildEnvVars() injects masks instead of passwords to the environment
Link |
New:
This issue is duplicated by |
Priority | Original: Major [ 3 ] | New: Critical [ 2 ] |
Assignee | Original: Gregory Boissinot [ gbois ] | New: Manuel Recena Soto [ recena ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Summary | Original: EnvInject plugin passes astrisk to Gradle plugin | New: EnvInjectPluginAction::buildEnvVars() injects masks instead of passwords to the environment |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Link |
New:
This issue is related to |
Workflow | Original: JNJira [ 161587 ] | New: JNJira + In-Review [ 196806 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |