-
Bug
-
Resolution: Unresolved
-
Critical
-
None
In Manage Jenkins - Manage Credentials page, we have added one Apple Developer Profile and successfully able to use it to sign builds. Anew project is now hosted on this jenkins instance that requires a different profile. I went to Manage Jenkins - Manage Credentials page, and added a second Apple Developer Profile (with a different description). Upon uploading the second developer profile, I now see that the first one says "There's no certificate in this profile". If I re-upload the first developer profile, I now get the same "There's no certificate in this profile" error on the second developer profile.
When I examine the HTML on the page, I notice that the <input type=hidden name=id > tag has differing value's for the two trees (to be expected), so I'm not quite sure why we're losing the contents of the previous profile when uploading a new one, unless it's because for some reason only one is supported.
I've run into a similar issue. As a workaround until this is fixed I'm reuploading all .developerprofile files when adding a new entry. It's tedious but it works. The biggest problem is that I need to store every such profile on a different server along with the password to make this process less error prone.