iOS CI in jenkins and ANKA

Hi all,


We are trying to use ANKA and jenkins in order to do CI for our iOS apps.

Main problem is with the code signature. When we install a new certificate we always need to go into the machine at least once and push the "Allow always" button in the popup or else our build is stuck.

Without ANKA this is what we did until the next time we update the certificates. The problem is when we start to use ANKA where each time it will install everything (like a docker) and them even pushing "Allow always" will not help when we run the jobs next time.

Is there a solution for this scnario?


Thanks,

Noam

Hey @noam , at the moment I'm not sure you can get past the requirement to do Allow Always for new certs. I do this in the first base Template we create others from so I only do it once. Every other VM template you clone from the base has the approval in it.

Hit us up in our slack if you want to further discuss solutions for this. But it would be good to know if there are commands to automate this without needing a human to click the button after first code signature/sign attempt with the cert.

iOS CI in jenkins and ANKA
 
 
Q