Skip to content
Advertisement

Tag: sensitive-data

Need to Mask the sensitive information in jenkins

I have a scenario where when we run Jenkins build we download the sensitive data from the s3 bucket and the information we download is being set as environment variables. But downloaded information is being spat out and I need to mask the whole stage! is there any way to mask the whole stage? I tried looking into mask passwords

Advertisement