added functionality to store all multi-level multi selected values#10
added functionality to store all multi-level multi selected values#10lkisac wants to merge 9 commits into
Conversation
|
Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests |
There was a problem hiding this comment.
Such implementation won't work with Rebuild Plugin. I recommend to integrate an RebuildParameterProvider extension into the plugin.
152e781 to
5e17cfa
Compare
…atibility 1. added rebuild dependency to pom 2. created ExtendedChoiceRebuildParameterProvider class (extends RebuildParameterProvider) 3. ExtendedChoiceParameterValue - get/set methods
5e17cfa to
899c477
Compare
…k out rebuild integration
|
I've added Selenium/TestNG Unit Tests in a new branch. It configures a job, runs the build and verifies the output from the Extended Choice Multi-Level Parameter (similar to examples above). You just need to change |
|
Added JUnit tests for |
|
Any update on this? |
|
Ping @vimil |
|
I would really love this feature, because the workaround ist to make one parameter for every level but then you do not have validation that the selections fit together. I would like to use it in a CI job, I have a properties file like this: but only version variable gets populated. Maybe anyone wants to finish this feature!? Or is there an alternative? Kind regards |


PR Reference: Store values from multi-level multi select list #9