Created
May 30, 2015 00:31
-
-
Save MattHodge/179c71977e6b6d5ee31b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Stop the Jenkins Server | |
Stop-Service -Name Jenkins | |
# Edit the Jenkins configuration file | |
notepad 'C:\Program Files (x86)\Jenkins\jenkins.xml' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment