plugin-installation-manager-tool
plugin-installation-manager-tool copied to clipboard
Plugin Manager CLI tool for Jenkins
I am waiting for permission to share the execution log. There was a Jenkins Docker image build during the Kuberbetes cluster update yesterday, a standard community provided 2.303.3 Docker image...
### Jenkins and plugins versions report **tested with: jenkins-plugin-manager-2.12.8.jar** Several inconsistencies and bugs regarding the cleaning of plugin directory. 1. the readme states for `--plugin-download-directory` that "The directory will be...
### Jenkins and plugins versions report Environment jenkins-plugin-manager-2.13.0.jar ### What Operating System are you using (both controller, and any agents involved in the problem)? n/a ### Reproduction steps 1. ENV...
### What feature do you want to see added? When running this, it's difficult to track down which plugin is causing an issue as the whole run fails. on a...
### What feature do you want to see added? As you can see in https://github.com/jenkins-infra/docker-jenkins-weekly/pull/513#issuecomment-1155381505, the use of the command `java -jar "${TMP_DIR}/jenkins-plugin-manager.jar" -f plugins.txt --available-updates --output txt --war "${TMP_DIR}/jenkins.war"...
Jenkins Plugin Bill of Materials provides a list of plugins which are cross-verified to some extent: https://github.com/jenkinsci/bom . When using pom.xml as a plugin list input, it is possible to...
### What feature do you want to see added? I use this tool to download plugins but by default I am not able to see any progress report. My suggestion...
This change introduces subcommands in picocli. It is likely to be a breaking change, because I do not want to retain the single-level logic as it was before, but it...
### Jenkins and plugins versions report Environment Jenkins: 2.332.1 OS: Linux - 5.10.0-13-cloud-amd64 --- ace-editor:1.1 amazon-ecr:1.7 ansicolor:1.0.1 antisamy-markup-formatter:2.7 apache-httpcomponents-client-4-api:4.5.13-1.0 authentication-tokens:1.4 aws-credentials:191.vcb_f183ce58b_9 aws-java-sdk-ec2:1.12.163-315.v2b_716ec8e4df aws-java-sdk-ecr:1.12.163-315.v2b_716ec8e4df aws-java-sdk-minimal:1.12.163-315.v2b_716ec8e4df bootstrap4-api:4.6.0-3 bootstrap5-api:5.1.3-6 bouncycastle-api:2.25 branch-api:2.1044.v2c007e51b_87f build-name-setter:2.2.0 buildresult-trigger:0.17...
Fixes https://github.com/jenkinsci/plugin-installation-manager-tool/issues/415 The current code ignores JENKINS_UC_DOWNLOAD_URL if specified, as logic above will always result in something else being checked. Other if/else statements might also need to be changed to...