Skip to content

Commit

Permalink
Remove windows platform from build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceilfors committed Aug 10, 2017
1 parent 94bbfb3 commit e3edf47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env groovy

buildPlugin(jdkVersions: [7])
/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
buildPlugin(jdkVersions: [7], platforms: ['linux'])

0 comments on commit e3edf47

Please sign in to comment.