Hello all, I’m wondering if anyone has any resources I could look at to accomplish signing artifacts after my build process completes? Currently I have GnuPG installed, and whenever I try to sign packages running as the jenkins user I keep getting gpg: signing failed: Permission denied
If I login to the Jenkins server as ec2-user download my newly built artifacts outside of the Jenkins workspace I’m able to sign the packages successfully. I’m wondering if anyone has any suggestions or articles I could look at for reference on how to accomplish this in the jenkins pipeline?
Thanks in advance,
Johnny M