Closed timja closed 1 month ago
See https://github.com/jenkinsci/plugin-installation-manager-tool/pull/416#issuecomment-2405917489
Ensured that:
export JENKINS_UC_DOWNLOAD_URL=http://localhost:8080 java -jar plugin-management-cli/target/jenkins-plugin-manager-2.13.2-SNAPSHOT.jar --plugins mailer:1.34:https://get.jenkins.io/plugins/mailer/1.34/mailer.hpi -d /tmp/plugins --jenkins-version 2.440 --verbose
downloads from get.jenkins.io
and ensured:
export JENKINS_UC_DOWNLOAD_URL=http://localhost:8080 java -jar plugin-management-cli/target/jenkins-plugin-manager-2.13.2-SNAPSHOT.jar --plugins mailer:1.34 -d /tmp/plugins --jenkins-version 2.440 --verbose
downloads from localhost:8080
See https://github.com/jenkinsci/plugin-installation-manager-tool/pull/416#issuecomment-2405917489
Testing done
Ensured that:
downloads from get.jenkins.io
and ensured:
downloads from localhost:8080
Submitter checklist