-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to run as an Agent #30
Comments
I think the following will need to be done:
|
Actually just ensuring that when run as an agent, security.sh does not lock the keychain would obviate any advantage of not using the login.keychain (since it would otherwise cause confusion when configuring jobs on Jenkins). |
I posted a description of how I believe this should be implemented: https://issues.jenkins-ci.org/browse/JENKINS-21237 |
I'm actually thinking that I'm going to require that, to install as an agent, the account must exist already, and that the installer be run by the account that will run the agent, such that something like: Maybe I ought to just prompt for the type of installation unless I have another higher-priority project to work on the next couple of weeks before I get to this. |
I'm fine with that (requiring the account to exist). |
Jenkins must run as an Agent (instead of a Daemon) if you need to run the iOS simulator. See http://9elements.com/io/index.php/continuous-integration-of-ios-projects-using-jenkins-cocoapods-and-kiwi/ for an explanation.
Please add a command-line option to install the service as an Agent.
The text was updated successfully, but these errors were encountered: