Details
-
New Feature
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Done
-
None
-
-
xcode-plugin-2.0.12
Description
I want to allow developers to use customs scripts (mostly ruby scripts) to build these IOS apps.
But actually it's a problem with the keychain unlocking.
For this reason, I would like to develop specific Builder and Step only to unlock/lock keychain.
Like this the actions unlock keychain "keychainName" and lock keychain "keychainName" can be call on demand.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Mathieu DELROCQ [ matttt ] |
Description |
In our company, we want to allow developers to use customs scripts (mostly ruby scripts) to build these IOS apps. But actually it's a problem with the keychain unlocking. For this reason, we would like to develop specific Builder and Step only to unlock/lock keychain. Like this the actions unlock keychain "keychainName" and lock keychain "keychainName" can be call on demand. |
I want to allow developers to use customs scripts (mostly ruby scripts) to build these IOS apps. But actually it's a problem with the keychain unlocking. For this reason, I would like to develop specific Builder and Step only to unlock/lock keychain. Like this the actions unlock keychain "keychainName" and lock keychain "keychainName" can be call on demand. |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Open [ 1 ] |
Assignee | Kazuhide Takahashi [ kazuhidet ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Status | In Review [ 10005 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Released As | xcode-plugin-2.0.12 | |
Resolution | Done [ 10000 ] | |
Status | In Review [ 10005 ] | Resolved [ 5 ] |
matttt
This is one of my proposal for a solution.
I've always thought that the information about the Xcode Plugin's keychain should be in "Creditals" instead of "Configure System".
By setting the keychain information in "Credencials" and making them compatible with "Credentials Binding Plugin", it becomes easier to manipulate the keychain even in your own script as follows: .
JENKINS-57333