This functionality is already built in: you can flag a build as failed if there
are new warnings.
Am 09.05.2014 um 02:01 schrieb C dev :
> Hi,
>
> Currently we are using warnings plugin to list out all the new warnings and
> results. It looks good,
> but as the warnings keep increasing we wan
I haven't used the static code analysis plugin, so I wasn't aware of those
tokens, I was just saying that the Token Macro plugin itself doesn't have
those tokens, if they are provided by another plugin, that's great. How is
your post script run? Does it support expansion of tokens? If not, then you
Hi Slide,
I have my warnings plugin place and i thought these token plugins would
extract the info from the Warnings plugin so we can use it the way we want,
Also thought these tokens are currently available as per the document, (it
specifies to use it with the plugin name as below) If i am wrong
The token macro plugin would need to know about the tokens you are
mentioning. They would have to be implemented as token macros in some
plugin. They aren't part of the token macro plugin by default.
On Thu, May 8, 2014 at 5:01 PM, C dev wrote:
> Hi,
>
> Currently we are using warnings plugin t
Hi,
Currently we are using warnings plugin to list out all the new warnings and
results. It looks good,
but as the warnings keep increasing we wanted to flag those warnings as
errors so they get immediate attention to be fixed.
So tried to install the token macro plugin which I thought would list