withMaven triggers same project?

2018-03-29 Thread Dan Tran
Hi I am finally able to get a project to trigger a downstream project belong to the same multi-branch projects However, I now facing a strange situation where the downstream project triggers itself in a loop. It may have something to do with my downstream project with multiple withMaven

How to get username of users logged in jenkins in logs?

2018-03-29 Thread payal halder
How to get username of users logged in Jenkins in logs? Audit Trail plugin is not helping with username -- 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 to

Re: Trend Graph

2018-03-29 Thread Ullrich Hafner
I think this will not work. If no previous result is found, then an empty set of warnings is used as baseline, so we still get a large number of new warnings. I wonder if it would make sense to change the current behavior of my plugin. I must admit that marking all warnings of the first build

Re: "Restrict where this project can be run" job configuration option has disappeared

2018-03-29 Thread Daniel Beck
> On 29. Mar 2018, at 21:10, dani...@gradecam.com wrote: > > Is anyone else seeing this? Any suggestions on how to isolate the problem > and find a resolution? This looks like a bug, but I wanted to bounce it off > the community first before creating an issue. Check the log for relevant

Re: Trend Graph

2018-03-29 Thread Mark Waite
What if the first build on a branch were run without calculating warnings (since you intend to ignore warnings from the first build, you could choose not to compute those warnings and not to report them. After first build is complete, reconfigure the job (Jenkins UI or in the Jenkinsfile if

"Restrict where this project can be run" job configuration option has disappeared

2018-03-29 Thread danielp
Our team recently noticed that the job configuration option "Restrict where this project can be run" has disappeared. We're running the latest jenkins/jenkins:lts image (v2.107.1), in Docker. The option seems to be globally missing; I can no longer see it in any of the jobs I've looked

Web Start is working but jenkins says “Ping response time is too long or timed out”

2018-03-29 Thread red 888
I can successfully start the connection from the slave with this command: java -jar agent.jar -jnlpUrl https://myserver:/computer/myslave/slave-agent.jnlp -secret sdfsdfsdf -workDir "c:\jenkins" It start, it runs, it logs 0 errors, I do netstat on the master and see the connection is

Trend Graph

2018-03-29 Thread Dan
Jenkins uses a trend graph to display things like failed unit tests or compilation warnings as a function of build number. Is there a way to suppress only the first build OR to limit the height of the y-axis? *My company's workflow* - create a copy of a Jenkins job for your particular branch -

Re: Build on Nuget updates: does not seem to trigger using Generic-Artifactory Integration...

2018-03-29 Thread Peter Swallow
Did you ever resolve this? The documentation for the nuget plugin is non-existant. I can't even get it to run the "Nuget Trigger Polling" once. On Tuesday, 11 October 2016 23:52:11 UTC+1, RiRL wrote: > > I have setup a project to trigger "Build on NuGet updates" with a schedule > like [H/5 * *

Re: Groovy script to do jenkins configuration on Manage Jenkins level for Blackduck detect plugin

2018-03-29 Thread Sabyasachi Das
Thanks Ewelina, Actually we are looking for a method to retrieve the class instance which is keeping the BlackDuckHub configuration on master level. For example for SonarQube it will be import jenkins.model.Jenkins; import hudson.plugins.sonar.SonarGlobalConfiguration; import

Re: Jenkins memory leak issue

2018-03-29 Thread chicago
> attaching few screenshot for same For future messages, I'd appreciate a concise description of the screenshot in text form. Thank you. Sincerely, -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Re: Multibranch pipeline / Gitlab integration: tag push events

2018-03-29 Thread Samuel Mutel
https://issues.jenkins-ci.org/browse/JENKINS-45838 Le jeudi 29 mars 2018 14:13:35 UTC+2, Samuel Mutel a écrit : > > Hello, > > I would like to know if someone has already setup the multibranch pipeline > and the gitlab integration to start a job when a tag is pushed? > > I setup the integration

Multibranch pipeline / Gitlab integration: tag push events

2018-03-29 Thread Samuel Mutel
Hello, I would like to know if someone has already setup the multibranch pipeline and the gitlab integration to start a job when a tag is pushed? I setup the integration in GITLAB project, I setup also the multibranch pipeline. When a code is pushing to the master branch, it is working fine.

How to find Browser version via Batch command

2018-03-29 Thread LnT
Hi - I have 20 Windows VMs and 8 Suse Linux VMs - created slave nodes for a jenkins master. 20 Windows VMs containing Win7,Win8 & Win10 of both 32 and 64 Bit. Requirement : from the command prompt , need to find out the Browser version of Internet Explore , Mozilla firefox and Google Chrome.

Pipeline stage ID doesn't follow the stage when reordered

2018-03-29 Thread Peder Alm
I'm using the Jenkins pipeline stage view plugin REST API. When I use the path "/job/:job-name/wfapi/runs" I get a list of the last jobs. Yesterday I renamed all the stages and also changed the order of the stages a bit. Here is a part of the JSON file, #152 is before the change and #153 is