osx - Mac OS X - Making Keychain Certificates available to Atlassian Bamboo -


i have bamboo plan builds package, , want sign package developer certificate. in build script, have this:

productsign --sign "name of certificate" "input.pkg" "output.pkg" 

running script command line works expected. however, running script bamboo, error:

productsign: error: not find appropriate signing identity "name of certificate" 

i presume must because of context build script run in when run bamboo. how make certificate usable in bamboo? installed in system, not login.

if need run bamboo root, you'll need copy appropriate certificates login keychain system keychain using keychain access (applications > utilities).

having said that, better run bamboo user instead of root. e.g. if need use mobile provisioning profiles sign ios builds on same server, being root not work.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -