Skip to content

This is my experiment to understand Jenkins to use to automate all sorts of tasks related to building, testing, and delivering or deploying software.

License

Notifications You must be signed in to change notification settings

demasy/Understanding-Jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Understanding Jenkins


Install Jenkins 1

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
brew install java11
brew install jenkins-lts

Start Jenkins Services

Start the Jenkins service

brew services start jenkins-lts

Restart the Jenkins service

brew services restart jenkins-lts

Update the Jenkins version

brew upgrade jenkins-lts

Jenkins

http://localhost:8080


References

Footnotes

About

This is my experiment to understand Jenkins to use to automate all sorts of tasks related to building, testing, and delivering or deploying software.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published