Skip to main content
correct tags
Link
Vadim Kotov
  • 8.3k
  • 8
  • 51
  • 63
Source Link
VladH
  • 31
  • 1
  • 1
  • 4

Jenkins Pipeline passing password parameter to downstream job

I want to pass a value, from the Password Parameter plugin, in a Jenkins Pipeline job, to another freestyle job, to be used for login. I don't want to see it in the output or anywhere else. I can do it between two freestyle jobs but it seems that the pipeline is a bit different.

Even if I'm able to send as a string, it would be visible in the Parameters tab or the Environment Variables tab.

Does anyone have any idea how this could be achieved?