phabricator-jenkins-plugin
phabricator-jenkins-plugin copied to clipboard
Working with multi-configuration (matrix) jobs
When working with matrix jobs, where multiple configurations are used to build the code, “Post to Phabricator" is called as soon as the first sub-job is done. If that job succeeds while other jobs fail, Phabricator still thinks that the whole matrix of build jobs succeed, which is bad.
Is it possible to somehow allow the plugin to notify Phabricator only after all sub-jobs finish? Something similar to the "Trigger build from child projects" option in the Parameterized Trigger Plugin?
Thanks for your consideration.
Did you came up with a solution?