networkupstools / jenkins-dynamatrix

A shared library to do a sort of matrix build based on available swarm agent labels
Other
2 stars 1 forks source link

More closures - 1 #6

Closed jimklimov closed 2 years ago

jimklimov commented 2 years ago

This PR aimed originally to fix the mix-up of build configurations (stageName says one thing, envvars tell another story, due to some re-use of same referenced objects in different parallel stages), by using more closures to dedicate contexts to stuff, but that info seems to be still confused in groovy pipeline engine.

This also addresses better run-time progress and ultimate-results logging for the dynamatrix jobs.