SAP / jenkins-library

Jenkins shared library for Continuous Delivery pipelines.
https://www.project-piper.io
Apache License 2.0
769 stars 582 forks source link

Turn off SSL verification? #4977

Open milkotodorov opened 1 week ago

milkotodorov commented 1 week ago

Using local GitHub Actions Runner throws the following error:

/tmp/runner/work/***/v1_367_0/piper version --stageName Init
time="2024-06-27T16:36:32Z" level=info msg="Version 8eeba2d0055a7c645a60de0466d1ed21194b0c70" library=SAP/jenkins-library
piper-version:
    commit: "8eeba2d0055a7c645a60de0466d1ed21194b0c70"
    tag: "<n/a>"
List Artifacts - Attempt 1 of 5 failed with error: self-signed certificate in certificate chain
List Artifacts - Attempt 2 of 5 failed with error: self-signed certificate in certificate chain
List Artifacts - Attempt 3 of 5 failed with error: self-signed certificate in certificate chain
List Artifacts - Attempt 4 of 5 failed with error: self-signed certificate in certificate chain
List Artifacts - Attempt 5 of 5 failed with error: self-signed certificate in certificate chain
Error: List Artifacts failed: self-signed certificate in certificate chain

Can somehow the SSL verification be turned off? Or some other solution?