How to replace Text "Jenkins" on Homepage

2014-05-21 Thread Mitesh Soni
On Home Page, in Menu and in Body "Jenkins" text has been used; How can I change it? All the Messages, Labels, Text are configured somewhere so we can easily change them as per requirement? JSP and Servlets Files are not available otherwise it would have been easy to customize things. -- You

Re: Add version and build number to Artifactory directory in repository

2014-05-21 Thread M M
Thanks I have found the solution: release/=>$JOB_NAME/build-$BUILD_NUMBER -- 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 jenkinsci-users+unsubscr...@googlegro

Re: Getting error when trying to run perl script from Jenkins

2014-05-21 Thread Subramanya Avadhani
Did the perl script work on its own.. I mean without Jenkins? Thanks, Subbu On Thu, May 22, 2014 at 5:19 AM, Vivek Jauhari wrote: > Hi team, > > > > I am new to Jenkins and configured one job to trigger one automation perl > script. > > > > Jenkins is configured and running from unix user named

Spawned process is not killed

2014-05-21 Thread dennys
I run Jenkins 1.554.1 on Windows server. I found if I stopped one job manually, the spawned process is not killed. And when I re-run the job, some files are locked by the spawned process. But I found this document, Jenkins should already have the feature to kill spawned process, is there any advis

Getting error when trying to run perl script from Jenkins

2014-05-21 Thread Vivek Jauhari
Hi team, I am new to Jenkins and configured one job to trigger one automation perl script. Jenkins is configured and running from unix user named as Jenkins and this perl script is present in another user. Using ssh plugin to initiate it and getting below error: SSH: EXEC: connect

Re: Reinstall jenkins (upgrade)...

2014-05-21 Thread Scott Bell
OK, I fixed it by doing the following ... 1) Clean install of latest Jenkins to same location as old install (in my case C:\Hudson) 2) Shut down Jenkins service, deleted all files in C:Hudson (post install) 3) Restored all Hudson-Jenkins files/folders from my backup (C:\.Hudson, C:\Hudson, C:\ap

Re: Reinstall jenkins (upgrade)...

2014-05-21 Thread Scott Bell
Also, for the sake of adding more information - it looks like the original installation was done manually - there was a .hudson folder and Hudson folder in root of C: and a folder for ANT at C:\apache-ant-1.8.4 - before the 'clean' install I backed up all those then removed then - so now the cl

Re: (email-ext plugin) e-mail notification for new static analysis issues

2014-05-21 Thread Ryan Shoemaker
Ah, thanks - that's what I was missing. --Ryan On Monday, 19 May 2014 12:14:34 UTC-4, slide wrote: > > If you click on the list of triggers to add, there should be a Script > Trigger, add that and then define the groovy in the configuration for that > trigger. > > Thanks, > > slide > > > On Mon

Re: Jenkins daemon does not start correctly

2014-05-21 Thread Daniel Beck
On 21.05.2014, at 17:52, Sapientlife wrote: > no matter where we edit the environment variables To explain what I meant by the following: > within Jenkins in the global and node configuration pages Try to set them here if building on the master node: http://jenkins/configure Global properties

Re: Hi ! Can you help with Jenkins/Selenium connection error??

2014-05-21 Thread Scott Tatum
It's difficult to say without having access to your network, and I'm not familiar with running Jenkins on EC2 or using a Selenium WebDriver node. :( But, I would suspect it is a network issue. The machine at your work running the WebDriver node is probably behind a firewall and the EC2 instance can

Re: Hi ! Can you help with Jenkins/Selenium connection error??

2014-05-21 Thread Jeffrey Lail
Bump! Are you guys there? Can you at least point me somewhere that can help?? -- 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 jenkinsci-users+unsubscr...@googl

Rewrote documentation for forwarding ports with iptables

2014-05-21 Thread Scott Tatum
I was setting up a new Jenkins instance this morning, and decided to go the route of running it on 8080/8443, and using iptables to forward 80->8080 and 443->8443. I found this page on the wiki: https://wiki.jenkins-ci.org/display/JENKINS/Running+Jenkins+on+Port+80+or+443+using+iptables However,

Re: Reinstall jenkins (upgrade)...

2014-05-21 Thread 'Curtis Kline' via Jenkins Users
Scott, >> However, when we try to build it just doesn't see changes and doesn't output any builds. I think troubleshooting this problem is going to require a console log from the affected jobs. Can you sanitize one and send it to this list? >> If you had a bad install (old version, probably 2+

Re: SVN Tagging Plugin Issue

2014-05-21 Thread Raul Dinegri
Hello Keeps happening to me on Jenkins ver. 1.564 Em sexta-feira, 16 de maio de 2014 09h49min17s UTC-3, Rawad hajou escreveu: > > reply > > > 2014-05-16 11:59 GMT+02:00 rwdolb [via Jenkins CI] <[hidden > email] > >: > >> Hello Chris, >> >>

Re: Jenkins variables+phing

2014-05-21 Thread jpd4nt
Do that in phing. That way you can test the build outside of jenkins. -- 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 jenkinsci-users+unsubscr...@googlegroups

Reinstall jenkins (upgrade)...

2014-05-21 Thread Scott Bell
We recently had an old Hudson-Jenkins install (running on Windows Server 2k8 R2) go bad (Jenkins service refusing to start - copying back war file did not resolve as it used to when this would happen) and were unable to resolve the issue. This installation pre-dates anyone currently on this pr

Re: Jenkins daemon does not start correctly

2014-05-21 Thread Sapientlife
Hi Daniel, The problem I having though with this behavior is that when a build is started from the Jenkins GUI the shell that the build runs in does not get access to our SCM AccuRev no matter where we edit the environment variables .bashrc/.bash_profile, /etc/profile, /etc/sysconfig/jenkins .

Re: Jenkins daemon does not start correctly

2014-05-21 Thread Daniel Beck
This is not a bug (and actually might be lead to unexpected behavior on a lot of instances). Set your environment variables elsewhere, e.g. within Jenkins in the global and node configuration pages. On 21.05.2014, at 15:49, Sapientlife wrote: > Hi, > > Jenkins daemon is not starting up correc

Re: errors...with Clear Tool

2014-05-21 Thread Chanda Norton
I am now realizing the issue is with my load rule..I do not have global configurations set, because the view path constantly changes. Something I'm trying to get the devs to straighten out...but..I need some help with the load rules. Please help. On Tuesday, April 22, 2014 9:19:07 AM UTC-4, C

Jenkins daemon does not start correctly

2014-05-21 Thread Sapientlife
Hi, Jenkins daemon is not starting up correctly. Looking at /etc/init.d/jenkins, it calls “daemon” from “/etc/init.d/functions” The daemon function does this: cgroup $nice runuser -s /bin/bash $user -c "$corelimit >/dev/null 2>&1 ; $*" If you look at the man page for "runuser": -, -l, --logi

4-5min delay at end of job on slave

2014-05-21 Thread Corneil du Plessis
We are experiencing a 4-5minute delay on a linux slave at the end of a job. We though it was sending mail but with or without the email step doesn't make a difference. It is not the 'Archiving artifacts' step because it usually takes 15-20s There is not step after the sending mail. The log entri

Re: Jenkins Clearcase Plugin Not detecting changes and triggering continually on erroneous-ConfigSpec change detection

2014-05-21 Thread Phil Lord
Vincent, You the man! It's working! I championed Jenkins and was getting a lot of unwanted viability due to it not working, but now they'll focus on the next fire. Thanks again Vincent! Ciao! Phil On Wednesday, May 21, 2014 4:47:29 AM UTC-4, Vincent Latombe wrote: > > I meant vob name (stupi

Jenkins variables+phing

2014-05-21 Thread Hajarita Bm
Hey, If the user has not entered values ​​to its variables, how jenkins can provides default values ​​if someone has an idea please don't hesitate to help me. Best regards, HAJAR -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscr

Re: Jenkins Clearcase Plugin Not detecting changes and triggering continually on erroneous-ConfigSpec change detection

2014-05-21 Thread Vincent Latombe
I meant vob name (stupid phone) Le 21 mai 2014 10:46, "Vincent Latombe" a écrit : > Hi Phil, > > Your load rule is incorrect. Indeed it should be relative to the view > path, so start with the job name > Le 20 mai 2014 20:40, "Phil Lord" a écrit : > >> Vincent, >> >> Setting the view path per yo

Re: Jenkins Clearcase Plugin Not detecting changes and triggering continually on erroneous-ConfigSpec change detection

2014-05-21 Thread Vincent Latombe
Hi Phil, Your load rule is incorrect. Indeed it should be relative to the view path, so start with the job name Le 20 mai 2014 20:40, "Phil Lord" a écrit : > Vincent, > > Setting the view path per your suggestion improved things! Now the > lshistory command displays the changes that occurred (as

Jenkins: Concurrent Build in jenkins template

2014-05-21 Thread Bartosz
I have two issues. 1. I'd like to be able to set up concurrentBuild to true in my job configuration. My aim as a result is to have job with checked option "Execute concurrent builds if necessary". 2. Also I would like to have a unchecked option "Restrict where this project can be run". In my