Skip to content
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

Added an ability to import *.developerprofile into a build #34

Merged
merged 7 commits into from Oct 2, 2013

Conversation

kohsuke
Copy link
Member

@kohsuke kohsuke commented Aug 30, 2013

This change allows users to register their *.developerprofile (which contains provisioning profiles and code signing identities) as a credential, and import that into slaves prior to builds.

This way keeping the same set of code signing keys&certs on slaves become a lot easier.

@buildhive
Copy link

Jenkins » xcode-plugin #70 SUCCESS
This pull request looks good
(what's this?)

@jenkinsadmin
Copy link
Member

Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests

kohsuke added a commit that referenced this pull request Oct 2, 2013
Added an ability to import *.developerprofile into a build
@kohsuke kohsuke merged commit a6af3fa into jenkinsci:master Oct 2, 2013
invoke(launcher, listener, args, "Failed to unlock keychain");

final FilePath secret = getSecretDir(build, keychainPass);
secret.unzipFrom(new ByteArrayInputStream(dp.getImage()));
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Second issue I've found. Turns out the format for dev profiles changed between Xcode 4 and 5. If I export a dev profile from 5 I get an exception here, If I export it from 4 it work just fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants