I am trying to build my software using Jenkins slave on the newest BigSur.
I had no problem with this scenario on High Sierra, but after update I still get error:
2020-12-04 15:04:24.381 DropDMG[1772:14954] CFURLRequestSetHTTPCookieStorageAcceptPolicy_block_invoke: no longer implemented and should not be called
2020-12-04 15:04:26.648 [com.c-command.DropDMG] Scripting bridge error: Error Domain=NSOSStatusErrorDomain Code=-1743 "(null)" UserInfo={MJTFailingAppleEventString='core'\'cnte'{ '----':null(), 'kocl':'brow' }
2020-12-04 15:04:26.833 [com.c-command.DropDMG] Error: <CreateJob: Creating from “Aplikacia_pre_eID”> <NSError Domain=NSOSStatusErrorDomain Code=-1743 UserInfo={
ErrorNumber = -1743,
MJTFailingAppleEventString = "'core'\'cnte'{ '----':null(), 'kocl':'brow' }
My build process consists of login to Jenkins slave and then the shell script is called with command:
dropdmg -g "eID_Klient_conf" $KLIENTDEPLOYDIR
My security settings are:
When I connect to Jenkins slave using remote desktop and I open DropDMG and manually I create dmg file everything is ok.
Am I missing anything with security settings ?
Thanks for your help…