Unlock Keychain integrate with Developer Profile

XMLWordPrintable

    • Type: New Feature
    • Resolution: Unresolved
    • Priority: Minor
    • Component/s: xcode-plugin
    • None

      Selecting "Unlock Keychain" option only show the globally configured keychains, or manual option.

      There should be an option to unlock the keychain provided by the Credentials plugin through the ".developerprofile" file.

      Current workaround is having a execute script step that runs this line:

      security list-keychain -s "jenkins-${JOB_NAME}"
      

      Which works because the Credentials plugin already unlocks the keychain, just doesn't it add it to the keychain list.

      Ideally the Xcode Plugin should have the option to easily just use that keychain.

            Assignee:
            Unassigned
            Reporter:
            Paul Eipper
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: