How to disable Jenkins script console?

2017-11-13 Thread Anna Freiholtz
Hi, I would like to disable the possibility to Jenkins script console? But how do I do that? Best regards, Anna -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: Display last artifacts, not only last successful artifacts?

2017-10-13 Thread Anna Freiholtz
; > I think you can always access artifacts from failing builds as well, but > you need to go into the specific failing build… > > > > cu Reinhold > > > > > > *Von:* jenkins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] *Im Auftrag von *Anna

Display last artifacts, not only last successful artifacts?

2017-10-13 Thread Anna Freiholtz
Hi, I am wondering if it is possible to display artifacts on the project page independently of build status? Not just last successful artifacts.

Re: How alert users of failed tests when running Jenkins locally?

2017-10-06 Thread Anna Freiholtz
en notify by changing the color or pattern of > the blink device. > > Mark Waite > > On Thu, Oct 5, 2017 at 8:32 AM Anna Freiholtz > wrote: > >> If you setup Jenkins on local machines running tests on commits in the >> local repository, how do you alert the users of

How alert users of failed tests when running Jenkins locally?

2017-10-05 Thread Anna Freiholtz
If you setup Jenkins on local machines running tests on commits in the local repository, how do you alert the users of failed tests? I don't want them to have to check Jenkins for themselves. I know when I am working I can get so into it I probably won't remember to check if my commit failed te