This article covers the topic on how to conceal your password when you are using scripts to run your Jenkins job. 

Objective: Concealing passwords and other sensitive information.

Use Case: Users push scripts to hosting websites like Bitbucket, where the plain text password is visible to anyone accessing the code.

Steps: 


Conclusion: Since you are passing the values or password as a string parameter, the values are stored in Jenkins and not uploaded with the script.