Skip to content

Commit

Permalink
Merge pull request #174 from rawlingsj/jenkins
Browse files Browse the repository at this point in the history
upgrade Jenkins to latest release
  • Loading branch information
rawlingsj authored Dec 13, 2022
2 parents 1baa274 + 94218ce commit 6a81e4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ $(eval $(call build-package,ttf-dejavu,2.37-r0))
$(eval $(call build-package,bazel-5,5.3.2-r1))
$(eval $(call build-package,clang-15,15.0.6-r0))
$(eval $(call build-package,giflib,5.2.1-r0))
$(eval $(call build-package,jenkins,2.379-r0))
$(eval $(call build-package,jenkins,2.381-r0))
$(eval $(call build-package,libjpeg,2.1.4-r0))
$(eval $(call build-package,cosign,1.13.1-r1))
$(eval $(call build-package,crane,0.12.1-r2))
Expand Down
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.379
version: 2.381
epoch: 0
description:
target-architecture:
Expand Down Expand Up @@ -37,7 +37,7 @@ pipeline:
- uses: fetch
with:
uri: https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-${{package.version}}.tar.gz
expected-sha256: c099151ab4d436c1bf9e3aab67c0d863a463153d4f62f43464261e00d48fd57a
expected-sha256: a5f117c83ffc83f654dee67f97669ce4ba3e35e771d732d6b09e5c150bf15552
- uses: patch
with:
patches: ignoreArchiveNotReadableTest.patch
Expand Down

0 comments on commit 6a81e4c

Please sign in to comment.