Hi,--I have written a Jenkins plugin to manage keychains and provisioning profiles for iOS and OSX build jobs via Jenkins.
Please fork this github repo: https://github.com/SICSoftwareGmbH/kpp-management-plugin
Wiki page: http://wiki.jenkins-ci.org/display/JENKINS/Keychains+and+Provisioning+Profiles+Plugin
My github username: michaelbaer
Thanks,
Michael
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I am not sure if the functionality of the Credentials plugin is sufficient to mange this.
I am not sure if the functionality of the Credentials plugin is sufficient to mange this.
- Keychain
- Support file upload.
- Could have a password.
- Could have a description.
- Could include manually added multiple code signing identities.
- To integrate a keychain into a build job:
- Select the keychain.
- Select the code signing identity.
- Three environment variables are set:
- The path of the keychain copied on the node, where the build job is executed.
- The general name of the selected code signing identity.
- The password to unlock the keychain.