Updating a plugin to work with pipelines

2017-03-30 Thread Sam Sieber
I've written a custom plugin for work that acts a little like the claim plugin - it tracks potential culprits for failed tests on a test by test basis by looking at the SCM change set. It works with the freestyle job, but not with pipelines. Its currently implemented as a TestDataPublisher,

How do I enforce this ordering logic - pipelines.

2017-03-31 Thread Sam Sieber
Is there a way to make sure that concurrent runs of a pipeline enter a stage in the order they were executed, without aborting any? I'm putting our unit tests into pipelines. I'd like to wait to calculate the junit report until the previous runs have had their tests calculated. Example: A,