Skip to content

Instantly share code, notes, and snippets.

@vineetchoudhary
Created July 15, 2017 11:48
Show Gist options
  • Save vineetchoudhary/be33502543f4858dad61c6aca1f310a2 to your computer and use it in GitHub Desktop.
Save vineetchoudhary/be33502543f4858dad61c6aca1f310a2 to your computer and use it in GitHub Desktop.
Jenkins Start
#!/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