Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jenkinsci/stashnotifier-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7b190d0cddbb35d2e50b5762c3adf8b6f7b1ff9b
Choose a base ref
..
head repository: jenkinsci/stashnotifier-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ec715a3cc393322339b5e79bd399c8b621040fe5
Choose a head ref
Showing with 1 addition and 3 deletions.
  1. +1 −3 Jenkinsfile
4 changes: 1 addition & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
buildPlugin(useContainerAgent: true, configurations: [
[ platform: 'linux', jdk: '11' ],
[ platform: 'windows', jdk: '11' ],
[ platform: 'linux', jdk: '17' ],
[ platform: 'windows', jdk: '17' ],
[ platform: 'linux', jdk: '21' ],
])