Skip to content

Commit

Permalink
[INFRA-2243] Switch to new buildPluginWithGradle() step in Jenkinsfile
Browse files Browse the repository at this point in the history
There should be no difference in behaviour at the moment.
The existing buildPlugin() step is deprecated for Gradle-based plugins.
The new step is planned to get new Gradle/Groovy functionality over time.
  • Loading branch information
darxriggs committed Jan 1, 2020
1 parent 7213ff8 commit 501e5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
buildPlugin(platforms: ['linux'])
buildPluginWithGradle(platforms: ['linux'])

0 comments on commit 501e5e5

Please sign in to comment.