The local Git clone seems to be corrupt. I cleared the workspace with the approach from https://stackoverflow.com/a/52885920 <https://stackoverflow.com/a/52885920>
I just replayed the following steps in https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master/578/: pipeline { agent { label "git-websites" } options { skipDefaultCheckout() } stages { stage('CleanWorkspace') { steps { cleanWs() } } } } Konrad > On 18. Nov 2022, at 04:45, Eric Norman <[email protected]> wrote: > > Hi, > > While promoting a release I noticed that the sling-site job at [1] has > failed during the last two attempts with an error while doing a git > checkout. > > Anyone know what is going on there? > > 1. > https://ci-builds.apache.org/job/Sling/job/modules/job/sling-site/job/master > > Regards, > Eric
