Skip to content

Commit

Permalink
Update Jenkinsfile with buildPluginWithGradle
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik committed Jan 1, 2023
1 parent b80481f commit f011c04
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env groovy

/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
buildPlugin()

buildPluginWithGradle(configurations: [
[ jdk: "11" ],
[ jdk: "17" ],
])

0 comments on commit f011c04

Please sign in to comment.