Re: How to find specific warnings from jenkins console

2021-01-05 Thread Dany Jacob
you can try Warnings Next Generation | Jenkins plugin and if the existing ones don't fit your need, you may simply write a custom parser. regards, DJ On Tue, Jan 5, 2021 at 2:29 PM faa...@gmail.com wrote: > Hi All, > I would like to get specific warning

ada

2021-01-05 Thread Gil Jensen
Hello I am working on some ada code bases and would like to use Jenkins for builds can you tell me if I would need a plugin to make this work? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receivin

Re: ada

2021-01-05 Thread 'Dirk Heinrichs' via Jenkins Users
Am Montag, den 04.01.2021, 13:03 -0800 schrieb Gil Jensen: > Hello I am working on some ada code bases and would like > to use Jenkins for builds can you tell > me if I would need a plugin to make this work? Did you try the GPRBuild plugin (given that with Ada you mean GNAT ;- ))? https://plugi

Re: How to find specific warnings from jenkins console

2021-01-05 Thread Faad Sayaou
Hi Dany, thanks for the recommendation. I will check it out. best regards On Tue, 5 Jan 2021 at 10:13, Dany Jacob wrote: > you can try Warnings Next Generation | Jenkins plugin > and if the existing ones don't > fit your need, you may simply write a cust

Re: Gracefully ignoring unavailable agents

2021-01-05 Thread 'Mark Raynsford' via Jenkins Users
On 2021-01-04T22:33:55 +0100 ST wrote: > As mentioned by Mark, nodesByLabel will give you control over what agents > are currently available. But you will need a script {} section in an > initialization stage and probably set an env variable that you then check > in the when {} section of the win