Jenkins installation and integration in mac book

 Jenkins installation and integration in mac book

  • Install the latest LTS version: 
    • brew install jenkins-lts
  • Install a specific LTS version: 
    • brew install jenkins-lts@YOUR_VERSION
  • Uninstall a Jenkins
    • brew uninstall jenkins-lts
  • Start the Jenkins service: 
    • brew services start jenkins-lts
  • Restart the Jenkins service: 
    • brew services restart jenkins-lts
  • Stop the Jenkins service: 
    • brew services stop jenkins-lts
  • Update the Jenkins version: 
    • brew upgrade jenkins-lts






Reference:

https://www.jenkins.io/doc/book/installing/macos/

Comments

Popular posts from this blog

Your build is currently configured to use incompatible Java 21.0.3 and Gradle 8.2.1. Cannot sync the project.

Google Assistant Implementation in Android application with app actions