Skip to content

Commit

Permalink
activate the profile directly rather than indirectly via a property
Browse files Browse the repository at this point in the history
do not be scared of profiles - activate them directly so you know what is happening (also removed in plugin-pom 4.0)
jenkinsci/plugin-pom#269
  • Loading branch information
jtnord authored Dec 23, 2019
1 parent 71120c5 commit 88bcc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/runBenchmarks.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def call(String artifacts = null) {
}

stage('Run Benchmarks') {
List<String> mvnOptions = ['test', '-Dbenchmark']
List<String> mvnOptions = ['test', '-P jmh-benchmark']
infra.runMaven(mvnOptions)
}

Expand Down

0 comments on commit 88bcc77

Please sign in to comment.