Re: Replace authorize-project-plugin

2019-08-28 Thread René Scheibe
Hi everybody, Since Jenkins LTS 2.176.1 (https://jenkins.io/doc/upgrade-guide/2.176/) which includes https://issues.jenkins-ci.org/browse/JENKINS-24513 there is an administrative monitor in place. It recommends to install the authorize-project plugin. Having a look at the usage chart at https

Reporting a failure in BuildStep::prebuild with return value or AbortException?

2019-03-31 Thread René Scheibe
The Javadoc of BuildStep::prebuild states that AbortException should be used instead of the boolean return value to report a failure. But it's not possible to follow thi

Re: Confusing status of a Pull Request

2015-01-14 Thread René Scheibe
> > > On 01/07/2015 10:19 AM, Ivan Žužak wrote: > > Hi René, > > > > Thanks for getting in touch and providing those details -- that's > helpful. > > > > To answer your second question first -- yeah, I agree that the text is a > bit misleading when it says that there are failed checks. I'll

Re: Confusing status of a Pull Request

2015-01-07 Thread René Scheibe
On 01/07/2015 09:44 PM, Jesse Glick wrote: > On Wed, Jan 7, 2015 at 7:21 AM, René Scheibe wrote: >> So we fix a) the Details link and they have a look at b) the Status message. > > Not sure what that means. The links are fine. acceptance-test-harness > is a separate repo and

Re: Confusing status of a Pull Request

2015-01-07 Thread René Scheibe
On 01/06/2015 09:50 PM, Jesse Glick wrote: > On Tue, Jan 6, 2015 at 9:45 AM, René Scheibe wrote: >> It says that is has 1 pending check and failed checks - see the attached >> screenshot. >> >> Can anybody shed some light on this? > > It is a bug in the PR buil

Re: Confusing status of a Pull Request

2015-01-06 Thread René Scheibe
2015 3:45:01 PM UTC+1, René Scheibe wrote: > > I was wondering about the pull request status after the commits of it > where successfully tested by Jenkins. (Or at least I think it was tested > successfully because the Jenkins job was successful.) > It says that is has 1 pendin

Confusing status of a Pull Request

2015-01-06 Thread René Scheibe
I was wondering about the pull request status after the commits of it where successfully tested by Jenkins. (Or at least I think it was tested successfully because the Jenkins job was successful.) It says that is has 1 pending check and failed checks - see the attached screenshot. Can anybody s

How to write tests using JenkinsRule that make use of Jelly files and actions implemented in the test class itself

2015-01-05 Thread René Scheibe
Hi, can anybody give me some advice how to write tests that reference a Jelly file and implement actions in the test class? (With *HudsonTestCase* this works fine but with *JenkinsRule* I have no idea.) Example: *test/src/test/java/lib/form/NameRefTest.java* It references *test/src/test/resour