Hi Björn,

This job is about to build an app based on iOS. During the app building. 
The conflict, for example is, there's a key need to be installed like:
security unlock-keychain -p <LOGIN_PWD> xxx.keychain
security import <KEY_PATH.p12> -k xxx.keychain -t priv -f pkcs12 -A -P <
LOGIN_PWD>

The key will be unlock once and import once. It will cause conflict when 
the older-build is building the package, and the newer-build unlock the key.

On Thursday, May 11, 2017 at 10:16:58 PM UTC+8, Björn Pedersen wrote:
>
>
> Hi, 
>
> what kind of ressource conflict is happening? If some part of your build 
> opens a tcp port, then conflicts may be resolved by using the 
> port allocator plugin.
>
> Björn
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/2f509fb4-24b9-406b-bdc2-68d905feefe9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to