How to get Jobs Start/stop timestamp information in the main log UI of Jenkins

2015-08-13 Thread Frederic Meyrou
*Dear mates,* *I maintain a huge Jenkins Master server with more than 8000 jobs and 450 Slaves. * *One of this Jobs it giving a hard time to the Master and consume all RAM available in JVM until GC fail, and I need to restart the server... * *Because the number of Jobs, I can't find the fau

Re: Jenkins- Build Date in Jenkins Email

2015-08-13 Thread Slide
There is no token that provides that. On Thu, Aug 13, 2015 at 11:26 AM Rajasekar Vasudevan wrote: > I do not use groovy templates or jelly templates. It's just a simple plain > email wherein i wanted display the date in the format -MM-DD > > > On Thursday, August 13, 2015 at 2:22:05 PM UTC-4

Re: Jenkins- Build Date in Jenkins Email

2015-08-13 Thread Rajasekar Vasudevan
I do not use groovy templates or jelly templates. It's just a simple plain email wherein i wanted display the date in the format -MM-DD On Thursday, August 13, 2015 at 2:22:05 PM UTC-4, slide wrote: > > Are you using groovy templates or jelly templates for your email, or just > raw tokens in

Re: Jenkins- Build Date in Jenkins Email

2015-08-13 Thread Slide
Are you using groovy templates or jelly templates for your email, or just raw tokens in the content box? On Thu, Aug 13, 2015 at 11:17 AM Rajasekar Vasudevan wrote: > > No...It's working as expected. But it's set to a different format and i > use it for various other reasons in the job. So i cou

Re: Jenkins- Build Date in Jenkins Email

2015-08-13 Thread Rajasekar Vasudevan
No...It's working as expected. But it's set to a different format and i use it for various other reasons in the job. So i could not use BUILD_ID to just display the date in format _MM_DD. On Thursday, August 13, 2015 at 2:13:42 PM UTC-4, slide wrote: > > Is your override of BUILD_ID not work

Re: Jenkins- Build Date in Jenkins Email

2015-08-13 Thread Slide
Is your override of BUILD_ID not working? On Thu, Aug 13, 2015 at 11:09 AM Rajasekar Vasudevan wrote: > I have Jenkin’s “BUILD_ID” env variable redefined using zentimestamp > plugin in my Jenkins setup and I use it in the configured jobs for various > reasons. I’m now trying to display the build

Jenkins- Build Date in Jenkins Email

2015-08-13 Thread Rajasekar Vasudevan
I have Jenkin’s “BUILD_ID” env variable redefined using zentimestamp plugin in my Jenkins setup and I use it in the configured jobs for various reasons. I’m now trying to display the build date in the format “-MM-DD” in emails triggered by email extn plugin as part of post build. Can anyone

Re: Another Jenkins server as backup

2015-08-13 Thread Wei-min Lee
If there's concern about jobs in flight, then periodic versioning of the matter config and files cannot address the requirement. HA is what would address a live failover requirement. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscr

Re: Another Jenkins server as backup

2015-08-13 Thread Wei-min Lee
If there's concern about jobs in flight, then periodic zipping of the matter config and files cannot address the requirement. HA is what would address a live failover requirement. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Re: add multiple users at once possible ?

2015-08-13 Thread Khai Do
Do you mean create new user accounts? I'm not sure there's even an automated way to do that. If I'm wrong I would love to know how to just automate creating a single user in Jenkins. On Wednesday, August 12, 2015 at 7:27:28 PM UTC-7, mpc8250 wrote: > > Hi All > > Is there a way to add multi

Re: Having one slave attached to 2 different masters ?

2015-08-13 Thread Khai Do
Yes, we do that with ssh connected slaves. if what you are really after is multi-master configuration you should check out the gearman plugin: https://wiki.jenkins-ci.org/display/JENKINS/Gearman+Plugin On Thursday, August 13, 2015 at 12:09:50 AM UTC-7, Björn Pedersen wrote: > > Hi, > > it shou

Re: Groovy script vs. system script : file info needed to affect build

2015-08-13 Thread Khai Do
we do it with option #3 except instead of groovy we just use a simple bash script which is nice because every real system pretty much has bash. On Thursday, August 13, 2015 at 12:37:08 AM UTC-7, Brantone wrote: > > For the time being I ended up going with #1 using workspace.channel, as it > w

Re: Using Java 1.7 and SSL self-signed certs

2015-08-13 Thread Ari LiVigni
In our case we needed to make sure nss >= 3.16 as a yum package on rhel 6.5 On Wednesday, August 12, 2015 at 6:12:32 PM UTC-4, David Daniel wrote: > > So I ran into the same issue, and was able to figure out what the problem > is (skip to the bottom if you want to jump directly to the answer). >

Jenkins ->> Rally connector question

2015-08-13 Thread Peter Berghold
Does the connector recognize a tag for defects in Rally? I tried DExx: which did not seem to get picked up and update the defect. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails fro

Re: Freestyle using "Invoke top-level maven targets" passes all parameters to target??

2015-08-13 Thread Brantone
Forgot to add ... this is in relation to https://issues.jenkins-ci.org/browse/JENKINS-23831 ... but maybe better underlying question is: why does this behaviour exist? is there a good reason? Should it default to _not_ do that and to add an additional option to enable it, or vice versa? On Th

Freestyle using "Invoke top-level maven targets" passes all parameters to target??

2015-08-13 Thread Brantone
Using Freestyle project rather than Maven-project due to several recommendations ... ex: as one poster called it : the "evil job type" :-/ Except, when calling it via "Invoke top-level maven targets", I see it passes in ALL build parameters as options, can anyone shed light on why that'd be th

Re: Invoking top-level Maven targets on a slave

2015-08-13 Thread Brantone
What're the values in Manage Jenkins > Maven Installations? Assuming it's the default, it could be a class path issue depending on the shell used to start the OS X slave. What happens if you explicitly set the MAVEN_HOME value to it's absolutely path (ex: /usr/local/apache-maven/apache-maven-3.

Re: Groovy script vs. system script : file info needed to affect build

2015-08-13 Thread Brantone
For the time being I ended up going with #1 using workspace.channel, as it was doing some very minor file modifications, although anything more complex and I'd probably go back to #3 #2 ended up being ridiculously hacky because ended up being case of whack-a-mole to get all the jars into the cla

Re: Having one slave attached to 2 different masters ?

2015-08-13 Thread Björn Pedersen
Hi, it should be no problem to e.g. have ssh-slaves from to different masters running on the same machine(if you ensure to use different ports. But of course you will have 2 slave.jar running then. A single slave.jar process is always bound to a single master only. Am Donnerstag, 13. August