Skip to content

Instantly share code, notes, and snippets.

@fprieur
Created January 23, 2014 20:02
Show Gist options
  • Save fprieur/8585779 to your computer and use it in GitHub Desktop.
Save fprieur/8585779 to your computer and use it in GitHub Desktop.
Change jenkins port on ubuntu
1. Go to /etc/default folder --> Open the file "jenkins"
2. Modify the line HTTP_PORT=8080 as HTTP_PORT=80
3. Start jenkins by command: /etc/init.d/jenkins start
4. Open a browser and browse as localhost:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment