Created
July 15, 2017 11:48
-
-
Save vineetchoudhary/be33502543f4858dad61c6aca1f310a2 to your computer and use it in GitHub Desktop.
Jenkins Start
This file contains 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
#!/bin/sh | |
# JenkinsStart.sh | |
# scripts | |
# | |
# Created by Vineet Choudhary on 26/05/17. | |
# Copyright © 2017 Vineet Choudhary. All rights reserved. | |
echo -n "Jenkins CI Server" | |
echo -n "Cleaning Jenking CI Server" | |
sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist | |
echo -n "Running Jenking CI Server" | |
sudo java -jar /Applications/Jenkins/jenkins.war |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment