Skip to content

Instantly share code, notes, and snippets.

@sjmach
Created December 15, 2014 10:40
Show Gist options
  • Save sjmach/0c3a6abf640c9326ac4d to your computer and use it in GitHub Desktop.
Save sjmach/0c3a6abf640c9326ac4d to your computer and use it in GitHub Desktop.
Starting and stopping Jenkins service
# To stop Jenkins service
sudo service jenkins stop
# To start Jenkins service
sudo service jenkins start
# To restart jenkins service
sudo service jenkins restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment