Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activate the benchmark profile directly rather than indirectly via a property #124

Merged
merged 2 commits into from
Dec 23, 2019

Conversation

jtnord
Copy link
Contributor

@jtnord jtnord commented Dec 23, 2019

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

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
@@ -14,7 +14,7 @@ def call(String artifacts = null) {
}

stage('Run Benchmarks') {
List<String> mvnOptions = ['test', '-Dbenchmark']
List<String> mvnOptions = ['test', '-P jmh-benchmark']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will it work with a space?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would expect it is all going down via bash so likely yes - but I have fixed it as it should be a separate arg :)

jetersen
jetersen previously approved these changes Dec 23, 2019
Copy link
Contributor

@jetersen jetersen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should behave similar to previous commit 🤔

@oleg-nenashev oleg-nenashev changed the title activate the profile directly rather than indirectly via a property Activate the benchmark profile directly rather than indirectly via a property Dec 23, 2019
@oleg-nenashev oleg-nenashev merged commit 67a3606 into jenkins-infra:master Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants