Skip to content

Commit

Permalink
Run tests on Windows too
Browse files Browse the repository at this point in the history
  • Loading branch information
vgaidarji committed Jun 11, 2019
1 parent e7ddcac commit ae76e99
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
def platform = 'linux'
buildPlugin(platforms: ['linux', 'windows'])

buildPlugin(platforms: [platform], tests: [skip: true])

node(platform) {
node('linux') {
stage("Calculate & upload coverage") {
infra.checkout(params.containsKey('repo') ? params.repo : null)
infra.runWithMaven("mvn -P enable-jacoco test jacoco:prepare-agent jacoco:report")
Expand Down

0 comments on commit ae76e99

Please sign in to comment.