https://github.com/fastlane/brewed-jenkins
Autostart brew-installed Jenkins as a user when the Mac boots
https://github.com/fastlane/brewed-jenkins
Last synced: 6 months ago
JSON representation
Autostart brew-installed Jenkins as a user when the Mac boots
- Host: GitHub
- URL: https://github.com/fastlane/brewed-jenkins
- Owner: fastlane
- License: mit
- Archived: true
- Created: 2015-04-15T16:17:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-23T18:49:51.000Z (over 9 years ago)
- Last Synced: 2024-05-22T21:34:23.915Z (over 1 year ago)
- Homepage: https://fastlane.tools
- Size: 1.64 MB
- Stars: 58
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Brewed Jenkins :beer:
[](https://twitter.com/KrauseFx)
[](https://github.com/fastlane/brewed-jenkins/blob/master/LICENSE)When you install Jenkins via `homebrew`, there is no way to auto-start it after the Mac booted and still have access to the standard Keychain.
You still want Jenkins to run as a standard user process to have permissions to the Keychain and code signing and easier ways to debug problems.
Introducing `Brewed Jenkins`
### How does it work?
You download a Jenkins app, which does nothing else, but launch the `jenkins` process. Since it is an app, the Mac will launch it as the standard user.
### Getting started
First, install Jenkins using `brew install jenkins`
To enable auto start for Jenkins, follow this guide:
- Download [Brewed Jenkins](https://github.com/fastlane/jenkins-app/releases/download/1.0/Jenkins.zip) and extract it somewhere save on your Mac and follow these steps:
- Start the Jenkins app at least once, to verify you want to run a third party application
- Open System Preferences
- Open `Users & Groups`
- Switch to `Login Items`
- Click the `+`
- Choose the Jenkins file you just downloadedCelebrate :tada:

# Code of Conduct
Help us keep `fastlane` open and inclusive. Please read and follow our [Code of Conduct](https://github.com/fastlane/code-of-conduct).