Jenkins Maven repository server supports multiple upstream projects?

2016-03-24 Thread hezjing
Hi It looks like the Maven repository server only allow us to configure one upstream project. Imagine that I have a project C, which has dependency to project A and B. How can configure the Maven repository server to take the last successful build from project A and B? -- You received this

Jenkins 2.0 beta released

2016-03-24 Thread Daniel Beck
Hi everyone, We released the Jenkins 2.0 beta earlier today. It includes basically everything we intent to ship in a few weeks as 2.0. A few features/changes didn't quite make it, and will be added in subsequent weekly releases. To learn more about this release and download it, visit our shiny

Re: email-ext plugin + credentials plugin?

2016-03-24 Thread Slide
How are you specifying the credentials? I am not completely familiar with the credentials plugin, so I don't know how it makes things available to a job. If it does it via the environment, then they should be available in the pre-send script. Can you post your pre-send script and job config? On

Re: email-ext plugin + credentials plugin?

2016-03-24 Thread Guy Matz
Thanks for the reply! Any workarounds you can recommend? On Thu, Mar 24, 2016 at 4:47 PM, Slide wrote: > Email-ext doesn't have any direct support for the credentials plugin. I am > looking at adding it for the SMTP credentials, but not specifically for > what you are

Re: email-ext plugin + credentials plugin?

2016-03-24 Thread Slide
Email-ext doesn't have any direct support for the credentials plugin. I am looking at adding it for the SMTP credentials, but not specifically for what you are describing. On Thu, Mar 24, 2016, 13:40 Guy Matz wrote: > Hello! I'm trying to pass some credentials (via the

email-ext plugin + credentials plugin?

2016-03-24 Thread Guy Matz
Hello! I'm trying to pass some credentials (via the credentials plugin) to a pre-send script within the email-ext plugin . . . however, the credentials are not showing up as environment vars . . . anyone know how if these two plugins can work together? Thanks a lot! Guy -- You received this

Re: Jenkins memory leak

2016-03-24 Thread Andrew Barber
Restarting Jenkins isn't a good option for us as it is fairly disruptive. We have some very long jobs (3-7 days) so draining out the running jobs takes a long time during which we can't make progress with other jobs. -- You received this message because you are subscribed to the Google Groups

One CI job for 4 branches

2016-03-24 Thread builderj
Hello experts I'm just wondering if there is a way to set up ONE CI build job in Jenkins for 4 different branches. Here is the scenario. Dev team will be working on 4 different feature branches and check in changes regularly. So the parent CI job should looks for changes in all the 4

Re: Meet jenkins.io

2016-03-24 Thread Alyssa Tong
Well done! Congrats to all involved! jenkins.io looks AWESOME!! 珞珞 On Thu, Mar 24, 2016 at 6:30 AM, Tom Fennelly wrote: > Really nice. Thanks guys!! > > On Thursday, March 24, 2016 at 12:58:35 PM UTC, Manuel Recena Soto wrote: >> >> CONGRATULATIONS! >> >> 2016-03-24

Re: Jenkins memory leak

2016-03-24 Thread Ashish Yadav
Termination trace (log) could be due to a network connectivity issue between the master and the slaves. I restarted jenkins to resolve this (termination request) issue. From: Andrew Barber > Reply-To:

Re: Opening Html files failed

2016-03-24 Thread jerome
Even with all the allow possible given to the sandbox, Doxygen search could not work properly with the navigation error. So I went into the Apache Rewrite route to avoid the iframe entirely: RewriteRule ^/Jenkins/job/CAD_Doxygen/Doxygen$ /Jenkins/job/CAD_Doxygen/Doxygen/index.html [R] This

inheritance-plugin child job error: 'Invalid parent reference to'

2016-03-24 Thread GS_L
Hi I have created two inheritance parent jobs named: - parent_install_crt - parent_pull_plugins_repos Then created a child job that have two ordered projects reference - the above jobs. The following error appears under each parent job: 'Project name can't be resolved to project of

Re: Opening Html files failed

2016-03-24 Thread jerome
> > > > BTW, the page: > > > https://wiki.jenkins-ci.org/display/JENKINS/Configuring+Content+Security+Policy > > > > > is

Jenkins memory leak

2016-03-24 Thread Andrew Barber
Our jenkins server seems to have a slow memory leak (runs out after about 5 days). We noticed this after upgrading from 1.596 to 1.642.1. I already increased memory space for java ( -XX:MaxPermSize=512m -Xmx512m). I have a heap dump and histogram, but I am not sure how to proceed. The

Getting workflow plugins dependecies for walled garden installation

2016-03-24 Thread Tony Beckett
How do I get all the workflow plugins to put in my walled garden development setup? T -- 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: Meet jenkins.io

2016-03-24 Thread Tom Fennelly
Really nice. Thanks guys!! On Thursday, March 24, 2016 at 12:58:35 PM UTC, Manuel Recena Soto wrote: > > CONGRATULATIONS! > > 2016-03-24 11:38 GMT+01:00 Krishna Gundala >: > >> Excellent Work.. Kudos folks... >> You rock Tyler.. >> Very Nice Website.. >> >> --- >> >> >>

Re: Meet jenkins.io

2016-03-24 Thread Manuel Jesús Recena Soto
CONGRATULATIONS! 2016-03-24 11:38 GMT+01:00 Krishna Gundala : > Excellent Work.. Kudos folks... > You rock Tyler.. > Very Nice Website.. > > --- > > > Mohan Krishna Gundala > [image: https://]about.me/gmk.india > >

Re: Meet jenkins.io

2016-03-24 Thread Baptiste Mathus
+1, congrats to everyone involved, and especially thanks to you Tyler. Really nice website. 2016-03-24 6:23 GMT+00:00 domi : > Really nice work!!! > /Domi > > > On 24 Mar 2016, at 07:02, R. Tyler Croy wrote: > > > > I finished up the final work for

Re: Variables from variables and replacing forward slash with backslash

2016-03-24 Thread Aki K
Well, I was kinda hoping that no one would answer "Use Envinject" since the method of generating the variables (outside of Jenkins) to a file and then reading them from that feels ridicilous. What I'm doing is building Unity 3D projects on different platforms and different Unity 3D versions.

Re: Bug while jenkins restart after plugins update

2016-03-24 Thread ycollet
I just forgot: If I restart jenkins using /etc/init.d/jenkins restart, everything is back to normal. -- 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

Bug while jenkins restart after plugins update

2016-03-24 Thread ycollet
Hello, Since 3 or 4 jenkins release (I use 1.653 today), I meet a little problem while jenkins is restarting after plugins upgrade. Jenkins stays on the main update web page forever. When I look at the log, I found the following message: Avertissement: Failed to restart Jenkins

Meet jenkins.io

2016-03-24 Thread R. Tyler Croy
I finished up the final work for migration from https://jenkins-ci.org to https://jenkins.io today. The final step of the switchover was to redirect non-mapped URLs from jenkins-ci.org over to jenkins.io. This project has been a tremendous amount of work with Gus Reiber, Baptiste Mathaus, James