fix: Download jenkins-plugin-manager JAR in verify script#2346
fix: Download jenkins-plugin-manager JAR in verify script#2346kunalmemane wants to merge 1 commit intoopenshift:masterfrom
Conversation
verify.sh assumed jenkins-plugin-manager.jar existed locally but it was never included in the repo. The script now downloads the JAR from GitHub releases on first run, uses a temp plugin directory so it works outside the container image, and gitignores the downloaded binary. Signed-off-by: Kunal Memane <kmemane@redhat.com>
|
Skipping CI for Draft Pull Request. |
|
/test e2e-aws |
3 similar comments
|
/test e2e-aws |
|
/test e2e-aws |
|
/test e2e-aws |
|
/retest |
|
/test e2e-aws |
1 similar comment
|
/test e2e-aws |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kunalmemane, prdhamdh The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/verified by e2e-aws-jenkins-sync-plugin |
|
@prdhamdh: This PR has been marked as verified by DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/retest |
1 similar comment
|
/retest |
|
@kunalmemane: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
verify.sh assumed jenkins-plugin-manager.jar existed locally but it was never included in the repo. The script now downloads the JAR from GitHub releases on first run, uses a temp plugin directory so it works outside the container image, and gitignores the downloaded binary.
tool - https://github.com/jenkinsci/plugin-installation-manager-tool