multi module jenkins Aggrigate report

2016-09-27 Thread James Nord
Does this not work or of the box? I could have sworn there was aggregation support. Any logs or stack traces? -- 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: Credentials for Each User

2016-09-27 Thread Stephen Connolly
On Tuesday 27 September 2016, wrote: > I ran across this thread while trying to solve a similar problem writing > Pipelines with Jenkins 2. I installed the Authorize Project plugin, set my > Pipeline job to run as user that triggered, and tried to use a Credential >

Re: Windows agent over SSH, "execute request failed" (Windows 8, OpenSSH)

2016-09-27 Thread KY L
I have the exact error on my Jenkins 2.7.4 server connecting to Windows Server 2012 R2 with OpenSSH-Win64 with public key only authentication. I have successfully tested connection to other Windows machines with the exact version of OpenSSH-Win64 with public key only authentication, which gave

Re: Credentials for Each User

2016-09-27 Thread jwilkicki
I ran across this thread while trying to solve a similar problem writing Pipelines with Jenkins 2. I installed the Authorize Project plugin, set my Pipeline job to run as user that triggered, and tried to use a Credential Parameter to get the ID and pass it to my Pipeline from SCM. The

Re: Windows agent over SSH, "execute request failed" (Windows 8, OpenSSH)

2016-09-27 Thread KY L
I have the exact error on my Jenkins 2.7.4 server connecting to Windows Server 2012 R2 with OpenSSH-Win64, Hmm... On Sunday, 4 September 2016 06:47:03 UTC+2, fross wrote: > > Hello, > > > I'm trying to launch a Windows slave agent over SSH without success so far. > The agent is running Windows

Re: Docker in Docker in Jenkins Pipeline - how to access the Docker host?

2016-09-27 Thread Damien Coraboeuf
I finally answered my own question and documented here: https://nemerosa.ghost.io/2016/09/27/docker-in-docker-in-jenkins-pipeline/ I hope it helps other people. Best regards, Damien. On Monday, 26 September 2016 21:27:00 UTC+2, Damien Coraboeuf wrote: > > Hi, > > After having struggled, I

Re: Why do some sites use a container for the Jenkins server?

2016-09-27 Thread Stephen Connolly
Most likely your JVM heap needs some tuning... you want the average heap utilisation to be ~30-60% of the -Xmx (and set the -Xms to the same as -Xmx) On a 8Gb ram machine default ergonomics in the JVM probably are putting the heap max at 1G or 2G... my analysis of memory usage patterns suggest

Why do some sites use a container for the Jenkins server?

2016-09-27 Thread Richard Otter
I'm untrained in web technology, so please read between the lines ... Our site uses the built-in web server in the Jenkins.war file, (still at v1.651.3) For years, we've been unhappy with the web interface's responsiveness when opening Job links. Moving around in the non-Job pages, like Manage

Re: Add To Path in Jenkins 2.7.2

2016-09-27 Thread Eric Fetzer
OK, figured it out. I had to add the export statement to /etc/sysconfig/jenkins On Tuesday, September 27, 2016 at 10:53:22 AM UTC-6, Eric Fetzer wrote: > Running Jenkins 2.7.2 on RHEL 6.8. In older versions of Jenkins, I just > had to add a line to the bottom of /etc/profile and it showed

Re: setting up windows slave for linux jenkins.

2016-09-27 Thread jpd4nt
"Blank" is in the failed state so caused the downstream "Blank" to fail to run. Fix the upstream "Blank" job and it will either work or move onto the next problem. On Tuesday, 27 September 2016 14:55:07 UTC+1, Zue Sani wrote: > > Hi when I created a pipeline in Jenkins I had got this error .

Re: Jenkins builds being triggered despite ³Don't trigger a build on commit notifications²

2016-09-27 Thread Cyril
Everything is now working as expected. In case some people have the same issues, here is a recap of what needs to be done: - Create a git hook to notify Jenkins that changes have been committed/pushed: on our end we created a post-receive hook on the remote - Enable polling on your job

Add To Path in Jenkins 2.7.2

2016-09-27 Thread Eric Fetzer
Running Jenkins 2.7.2 on RHEL 6.8. In older versions of Jenkins, I just had to add a line to the bottom of /etc/profile and it showed up in Jenkins' path. In 2.7.2, I've added the line, verified the addition shows up in other users paths when they logon, restarted the Jenkins service, then

Re: setting up windows slave for linux jenkins.

2016-09-27 Thread Zue Sani
Hi when I created a pipeline in Jenkins I had got this error . could you help ,me with this please. On Wed, Aug 24, 2016 at 6:53 PM, Jesse McCormick wrote: > Please post this on the Jenkins email list. > > On Wed, Aug 24, 2016 at 7:08 PM, Zue Sani

Can't use sendkeys with Jenkins using Windows automated Snapin tool for Powershell

2016-09-27 Thread Jenkins Johnny
In the example below, I'm using WASP to try and use sendkeys with Jenkins. The following code input a min and max number into a random number generator and returns the results. Link to the code: http://pastebin.com/cCGwyq3i My results return as follows:

Re: Merge Git Core Repo and Site Repo folder while Jenkins deployment

2016-09-27 Thread kamlesh nattamai ramesh babu
Thanks very much *Mark Waite, *I was looking for the similar kind of solution. You are right , My expectation is to *combine* 2 folders of "WP-CONTENT" from the different repositories(CORE & SITE) while JENKINS deployment. We make the changes only on the *site wise "WP-CONTENT". *But finally

CI Game: Getting no PMD or FindBugs points

2016-09-27 Thread Torkil Grindstein
Hi. We are running a Jenkins server with CI game. I have tried to configure the system, but I do not get PMD/FindBugs points in the CI Game. Our spec: Jenkins v2.13 CI Game v1.25 PMD plugin v3.45 FindBugs plugin v4.65 Static Analysis Utilities v1.48 The build runs smoothly, with correct status

Re: Pipeline: Accessing parameters in build broken

2016-09-27 Thread Sverre Moe
mandag 26. september 2016 17.29.26 UTC+2 skrev Daniel Beck følgende: > > > > On 26.09.2016, at 13:15, Sverre Moe > wrote: > > > > I am beginning to get frustrated by this constant changes that breaks > previous behaviour. I have read the changelog of plugins and Jenkins