You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to send the inputs as Parameters they don't work.
docker run --rm -v /home/aphsa/code/jenkins/testjenkinsfile/Jenkinsfile4:/workspace/Jenkinsfile jenkins/jenkinsfile-runner -a "Username=Alpha" -a "Password=beta"
[Pipeline] stage
[Pipeline] { (Prompt for input)
[Pipeline] script
[Pipeline] {
2022-11-17 16:29:55.977+0000 [id=50] WARNING hudson.model.ParametersAction#filter: Skipped parameter `Username` as it is undefined on `job`. Set `-Dhudson.model.ParametersAction.keepUndefinedParameters=true` to allow undefined parameters to be injected as environment variables or `-Dhudson.model.ParametersAction.safeParameters=[comma-separated list]` to whitelist specific parameter names, even though it represents a security breach or `-Dhudson.model.ParametersAction.keepUndefinedParameters=false` to no longer show this message.
2022-11-17 16:29:55.977+0000 [id=50] WARNING hudson.model.ParametersAction#filter: Skipped parameter `Password` as it is undefined on `job`. Set `-Dhudson.model.ParametersAction.keepUndefinedParameters=true` to allow undefined parameters to be injected as environment variables or `-Dhudson.model.ParametersAction.safeParameters=[comma-separated list]` to whitelist specific parameter names, even though it represents a security breach or `-Dhudson.model.ParametersAction.keepUndefinedParameters=false` to no longer show this message.
[Pipeline] input
Input requested
Upstream changes
No response
The text was updated successfully, but these errors were encountered:
What feature do you want to see added?
I tried to send the inputs as Parameters they don't work.
Upstream changes
No response
The text was updated successfully, but these errors were encountered: