You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In https://github.com/jenkinsci/winp I would like to have a Matrix build where one configuration uses native.configuration=Release and another uses native.configuration=Debug. Right now I can customize jenkins.version per parallel branch, but not other Maven properties. It would nice to be able to pass in arbitrary Maven properties. I could of course copy and paste the entire buildPlugin() step into that repository, but that would not be good from the perspective of code reuse.
Upstream changes
No response
The text was updated successfully, but these errors were encountered:
What feature do you want to see added?
In https://github.com/jenkinsci/winp I would like to have a Matrix build where one configuration uses
native.configuration=Release
and another usesnative.configuration=Debug
. Right now I can customizejenkins.version
per parallel branch, but not other Maven properties. It would nice to be able to pass in arbitrary Maven properties. I could of course copy and paste the entirebuildPlugin()
step into that repository, but that would not be good from the perspective of code reuse.Upstream changes
No response
The text was updated successfully, but these errors were encountered: