How to mask dynamic password which generate to a variable in Jenkins pipeline
Steps: -> Install the mask password plugin for Jenkins Controller -> Now go to your pipeline code and the below line in the pipeline Note: The password value needs to be in the above format, e.g. ( “$NEW_PASSWORD”) and the var…