Closed lemeurherve closed 2 years ago
Notes: installing java & groovy locally to debug it with asdf
asdf plugin-add java https://github.com/halcyon/asdf-java
asdf install java temurin-8.0.332+9
asdf local java temurin-8.0.332+9
asdf plugin-add groovy https://github.com/weibemoura/asdf-groovy.git
asdf list-all groovy
asdf install groovy 3.0.8
asdf local groovy 3.0.8
While working on https://github.com/jenkins-infra/helpdesk/issues/2950 we noticed the script https://github.com/jenkins-infra/crawler/blob/master/groovy.groovy to retrieve last groovy versions fails with the following error, preventing it to be signed and updated on Update Center.
Ref: https://github.com/jenkins-infra/helpdesk/issues/2950#issuecomment-1157487382