*What*
Add support to sync Apple Developer Profile credential types from secrets in OpenShift.
*How*
Update the jenkins-sync-plugin [1] to support additional Jenkins credentials types required by aerogear digger for xcode builds; DeveloperProfileCredential [2] from the xcode plugin [3]
[1] https://github.com/openshift/jenkins-sync-plugin/blob/master/src/main/java/io/fabric8/jenkins/openshiftsync/CredentialsUtils.java#L225 [2] https://github.com/aerogear/java-client-api/blob/digger_dev/jenkins-client/src/main/java/com/offbytwo/jenkins/model/credentials/AppleDeveloperProfileCredential.java [3] https://github.com/aerogear/xcode-plugin/blob/master/src/main/java/au/com/rayh/DeveloperProfile.java |
|