Skip to content

Commit

Permalink
Revert old Jenkinsfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jan 12, 2024
1 parent 1c484d0 commit 2fef379
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
buildPlugin(useContainerAgent: false, configurations: [[platform: 'linux', jdk: 21]])
def configurations = [
[ platform: "linux", jdk: "21" ]
]

buildPlugin(failFast: false, tests: [skip: true], configurations: configurations)

0 comments on commit 2fef379

Please sign in to comment.