Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jenkins/2.446 package update #13342

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions jenkins.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: jenkins
version: "2.445"
version: "2.446"
epoch: 0
description:
copyright:
Expand Down Expand Up @@ -34,7 +34,7 @@ pipeline:
- uses: fetch
with:
uri: https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-${{package.version}}.tar.gz
expected-sha256: 98bb0b13cffa5293f8bef3a594620a5e777e307960b26945d49dcb473b55bb17
expected-sha256: 5955272b7ad03a2eef9cfa16c108922ad70b74628685dc0d1463cf62fc3e28d4

- uses: patch
with:
Expand Down
Loading