HOW DO YOU ENABLE OR DISABLE THE SECURITY FROM THE JENKINS FROM COMMAND LINE?

How do you enable or disable the security from the Jenkins from command line?

Edit true line in config.xml file from the /var/lib/jenkins/config.xml directory to change the security settings.

To enable: true

To disable: change true to false false

We need to restart Jenkins for change to apply by using the command “sudo service jenkins restart” in my terminal.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>