Hi Friends,
If you know when we build any project through jenkins, it shows console where we can see deployment log.
So if you are passing any secure information in build information like user name and password and if you want to secure that information which masked passwords and other information, There is one jenkins plugin available by using that you can mask any secure information.
You can get more detail about this plugin from https://wiki.jenkins-ci.org/display/JENKINS/Mask+Passwords+Plugin
You can configure it from manage jenkins >> configure system section for global settings. And for job wise settings you can enable mask password and can set any secure information by setting it in variable and that variable you can use anywhere in the job configuratipon property.
Looks interesting right ?????
If you know when we build any project through jenkins, it shows console where we can see deployment log.
So if you are passing any secure information in build information like user name and password and if you want to secure that information which masked passwords and other information, There is one jenkins plugin available by using that you can mask any secure information.
You can get more detail about this plugin from https://wiki.jenkins-ci.org/display/JENKINS/Mask+Passwords+Plugin
You can configure it from manage jenkins >> configure system section for global settings. And for job wise settings you can enable mask password and can set any secure information by setting it in variable and that variable you can use anywhere in the job configuratipon property.
Looks interesting right ?????
No comments:
Post a Comment