Skip to content

Commit

Permalink
Merge pull request #341 from jglick/parcel
Browse files Browse the repository at this point in the history
parcel update
  • Loading branch information
jglick authored Aug 5, 2024
2 parents c67452c + ed84aaf commit ccd26cb
Show file tree
Hide file tree
Showing 4 changed files with 3,075 additions and 1,808 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @jenkinsci/pipeline-stage-view-plugin-developers
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
buildPlugin(
useContainerAgent: true,
configurations: [
[platform: "linux", jdk: "11"],
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
// TODO #341 error from parcel: [platform: 'windows', jdk: 17],
])
Loading

0 comments on commit ccd26cb

Please sign in to comment.