-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Darwin/osx support #112
Comments
First question: Where do you get the DMG? If you can find an automated way to get it, I'd see about adding it as a pull request to the puppetlabs/java module - https://github.com/puppetlabs/puppetlabs-java 2nd: you're going to have failures from package ( $java_package:... } commented out, because of the chain at the end.
|
@matthewbarr You responded quite quickly! I asked @b2jrock to open this up for us to discuss. I'm not currently in possession of a modern enough Mac to test any of this stuff, but I think making Darwin slave support work is a worthwhile effort :) |
I am in possession of a new mac, but this code needs to be integrated into our code base, first. I've run the slave on a mac about a year ago, and it works w/o issue. I didn't bother getting the launchd scripts for it written, though.. |
osx slave support was merged as #351. |
I came up with basic slave support for darwin:
https://github.com/b2jrock/puppet-jenkins_darwin
We should merge this in.. major differences are:
TODOs:
The text was updated successfully, but these errors were encountered: