Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Component/s: parameterized-trigger-plugin
-
Environment:Jenkins 2.6 running on Ubuntu 12.04.5
OpenJDK Java 1.7.0_101
-
Similar Issues:
Description
Steps to reproduce:
1. Create a new Multi-configuration project
2. Enable "This project is parameterized"
3. Add parameters (I tried choices, strings, boolean)
4. Add "Execute shell" build step with `env` command
5. Save and "Build with Parameters"
The `env` output will not contain any parameters set on step (3), while it should and it used to work fine on Jenkins 1.x.
Attachments
Issue Links
- is blocked by
-
JENKINS-35921 Parameterised build in jenkins: Not getting parameters as env variables
-
- Resolved
-
Thanks. the problem was definitely with credentials plugin.
But after upgrading the credentials plugin, now passing credentials to shell script as job parameters does not work. crashes when adding "use secret texts -> bindings"
Marking this issue as resolved.
Thanks for the help and a quick answer.