Re: Jenkinsfile SCM Checkout stage, how to match remote pull request head with local build head

2020-02-24 Thread Mark Waite
You can confirm that a reference repository is being used by looking for the file .git/objects/info/alternates in the repository. The file in my sample repository includes the text: /home/mwaite/git/bare/jenkins/jenkins.git/objects On Mon, Feb 24, 2020 at 7:18 AM Amila Gunathilake wrote: > >

Re: Logger parameter for xunit plugin?

2020-02-24 Thread Sebastian Mitterle
I tried also 'org.jenkinsci.plugins.xunit.service.XUnitService' based on this answer https://groups.google.com/forum/#!searchin/jenkinsci-users/log$20recorder|sort:date/jenkinsci-users/efQZZier8TI/pIyeYHMrFQAJ but still nothing seems to be recorded - LogLevel is Info. Has anybody run into this i

Re: Label for boolean entry fields moved to the right ?

2020-02-24 Thread Arnaud bourree
You clearly understand my mail Arnaud Le lun. 24 févr. 2020 à 14:54, Martin Jost a écrit : > Hello Arnaud, > yes, sure the issue is that the label is IMHO on the wrong side of the > item now (right instead of left) > This makes a list of items very confusing to read, because I have to jump > b

Use environment variable from upstream build

2020-02-24 Thread Stefan.Rademacher
Hi everyone, I used to set an environment variable via env.x = "..." in my Jenkinsfile. Another pipeline has an upstream trigger configured and runs right after the first pipeline build finishes. It reads the environment from the upstream build. It used to work, that the downstream build could

maven build success despite OOM

2020-02-24 Thread Ned
Hello, I have a test, which junit-vintage cannot execute because of OOM. The build however finish with status 'BUILD SUCCESS'. Is it possible to configure Jenkins to fail in that case as well or is this just a bug? Ned [INFO] Running com.company.OOM_IT Feb 22, 2020 4:34:00 PM org.junit.platfo

Re: Jenkinsfile SCM Checkout stage, how to match remote pull request head with local build head

2020-02-24 Thread Amila Gunathilake
Hi Mark, This is the new master branch Jenkins Console output I'm getting. There is no message says that I'm using GIT reference repository like-wise my previous console output in Pull Request. [image: Capture.PNG] So what will be the reason for this ? Is everything okay with this cons

Re: Label for boolean entry fields moved to the right ?

2020-02-24 Thread Martin Jost
Hello Arnaud, yes, sure the issue is that the label is IMHO on the wrong side of the item now (right instead of left) This makes a list of items very confusing to read, because I have to jump between looking to the left or the right of the item, instead of having the labels arranged on the left in

Re: "Jenkinsfile" location in a gradle project

2020-02-24 Thread Dirk Heinrichs
Am Montag, den 24.02.2020, 02:13 -0800 schrieb judaondo: Should these Jenkinsfile be located inside gradle repositories, like in this example (https://github.com/jstrachan/spring-boot-web-gradle

"Jenkinsfile" location in a gradle project

2020-02-24 Thread judaondo
Hello, I have some gradle projects and I have the Jenkinsfile related to these projects outside that projects. I have a git repo with the gradle project and another git repo with Jenkinsfiles. Should these Jenkinsfile be located inside gradle repositories, like in this example (https://gith

Re: Logger parameter for xunit plugin?

2020-02-24 Thread Sebastian Mitterle
I was hoping to get some answer, sorry for bothering. My question was: What is the logging string for Log Recorder setting for the xunit plugin? On Friday, 31 January 2020 14:32:41 UTC+1, Sebastian Mitterle wrote: > > I can't get jenkins to record logs for xUnit plugin and I'm not too > familiar

Re: Howto add following loggers to my Log Recorder?

2020-02-24 Thread Sebastian Mitterle
Hi, did you figure it out? My Log Recorder isn't recording anything it seems, so some info from you how you did it might be useful for me :) On Wednesday, 24 April 2019 15:34:18 UTC+2, Spiess, Koidu wrote: > > Hello > > > > I created a new log recorder for my purposes. Now I can configure this