Skip to content

Commit

Permalink
jenkins-plugin-manager/2.13.2 package update (#30600)
Browse files Browse the repository at this point in the history
<p align="center">
<img
src="https://raw.githubusercontent.com/wolfi-dev/.github/b535a42419ce0edb3c144c0edcff55a62b8ec1f8/profile/wolfi-logo-light-mode.svg"
/>
</p>

---------

Signed-off-by: wolfi-bot <[email protected]>
Signed-off-by: Mark McCormick <[email protected]>
Co-authored-by: wolfi-bot <[email protected]>
Co-authored-by: Mark McCormick <[email protected]>
  • Loading branch information
3 people authored Oct 11, 2024
1 parent 3c57728 commit 868d2fe
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions jenkins-plugin-manager.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: jenkins-plugin-manager
version: 2.13.1
version: 2.13.2
epoch: 0
description: Plugin Manager CLI tool for Jenkins
copyright:
Expand All @@ -23,7 +23,7 @@ pipeline:
with:
repository: https://github.com/jenkinsci/plugin-installation-manager-tool
tag: ${{package.version}}
expected-commit: 12533ce620c263845aa9619b7d736fb0054fc298
expected-commit: d3a6ba3f84bf0223870ad9632b0f74bd861b7539

- runs: |
mvn clean package -DskipTests
Expand All @@ -42,3 +42,22 @@ update:
enabled: true
github:
identifier: jenkinsci/plugin-installation-manager-tool

test:
environment:
contents:
packages:
- openjdk-17
- openjdk-17-default-jvm
pipeline:
- name: "Check jenkins-plugin-manager Installation"
runs: |
if [ -f "/usr/share/java/jenkins-plugin-manager/jenkins-plugin-manager.jar" ]; then
echo "jenkins-plugin-manager JAR found."
else
echo "jenkins-plugin-manager JAR not found!" && exit 1
fi
- name: "Test jenkins-plugin-manager Basic Functionality"
runs: |
java -jar /usr/share/java/jenkins-plugin-manager/jenkins-plugin-manager.jar --help || (echo "jenkins-plugin-manager test failed!" && exit 1)
java -jar /usr/share/java/jenkins-plugin-manager/jenkins-plugin-manager.jar --list || (echo "Plugin list test failed!" && exit 1)

0 comments on commit 868d2fe

Please sign in to comment.