Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ee4j-build] how to access staged artifacts?

Mark Thomas wrote on 10/30/2018 04:20 PM:
> On 30/10/18 22:42, Bill Shannon wrote:
>> Ok, I guess it's time to submit a ticket.
> 
> You can work around it.
> 
> I created a Jenkins job that did:
> 
> #!/bin/sh -ex
> 
> # Need GPG public key so dump it here
> gpg --batch --import ${KEYRING}
> gpg --armor --export
> 
> and then I manually uploaded the public key to one of the key servers
> that the failed job said it was looking in.

Thanks for the tip!

I uploaded the key manually to keys.gunpg.net, but my job is still failing.
Is there some delay between when the key is uploaded and when it's available?


Back to the top