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

Latest breaking jenkins builds #4972

Open i535489 opened 1 week ago

i535489 commented 1 week ago

Hello,

Latest release breaks all my builds pipeline with error:

11:15:04 ERROR: Download of Piper go binary failed. 11:15:04 Retrying 11:15:04 [Pipeline] { 11:15:05 [Pipeline] sh 11:15:05 + curl --insecure --silent --retry 5 --retry-max-time 240 --location --write-out %{http_code} --output piper https://github.com/SAP/jenkins-library/releases/latest/download/piper_master

BlobNotFound The specified blob does not exist. RequestId:88ca6fde-401e-002b-7915-c66199000000 Time:2024-06-24T09:07:14.7781935Z

Version: 11:14:01 > git fetch --no-tags --force --progress --prune -- https://github.com/SAP/jenkins-library.git +refs/heads/:refs/remotes/origin/ # timeout=10 11:14:02 Checking out Revision bf9c743fb6238ac973c47e484405e0c9520da9c5 (master)

Workaround fix the version to 1.367.0

Thanks. Nicolas