We have been using the atlassian/jenkins-job-trigger:0.10.0 pipe to trigger jenkins jobs as shown in the image:
Our certificate expired and we now have a new one. It is no longer recognized by Bitbucket leaning our pipeline now gets a cert error (ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)) See below:
Is there some way I can upgrade the certifi package for the image? Should I be using a different image? (ie not gcc:15.1? I have tried pip install --upgrade certi but pip isn't installed which has led me down a path of attempting various installations without success.
The alternate path I have attempted is to use the CERTIFICATE option of the atlassian/jenkins-job-trigger:0.10.0 pipe which works for triggering the job but does not work for the subsequent connection from the WAIT option. If there is a way to use the CERTIFICATE option with the WAIT option, I am happy to go down that path.