Hi.
I've got add few more parameters to OsmoBTS and OsmoPCU gerrit jobs in jenkins. So far this has been done by manually adding parameter axis and writing combination filter for axis parameters. It's error prone and rather ugly. Much better way would be to use JobDSL and declare entire job programmatically but until that happens there's nice intermediate solution:
https://plugins.jenkins.io/matrix-combinations-parameter
I'd like to install this plugin onto our jenkins and convert above mentioned jobs to use it. Opinions, other ideas?
On a related note: who's responsible for jenkins config/update? Shall I just contact that person directly if I need some plugin in jenkins, or shall I ask in ML?
On 22. Jun 2017, at 15:49, Max msuraev@sysmocom.de wrote:
Hi.
I'd like to install this plugin onto our jenkins and convert above mentioned jobs to use it. Opinions, other ideas?
See the conversation when blobb proposed to use it? I think many of the arguments still apply?
holger
On Thu, Jun 22, 2017 at 03:49:49PM +0200, Max wrote:
I added this now. It seems to employ a bit of magic to do so, but all it does is simplify the selection of which matrix combinations should be built, right?
Recently I added the Test Results Analyzer plugin to ease viewing which tests caused an osmo-gsm-tester failure, as well as the Rebuilder plugin to avoid having to enter the same parameters over and over.
These go in the same category of small making-your-life-easier plugins.
We recently had a kind of discussion about jenkins upgrades, to only upgrade if really needed to minimize fallout. Loose fact: I just noticed that scores of jenkins plugins we have on jenkins.osmocom.org have upgrades available.
~N