RE: Multiple jobs with locks

2014-05-16 Thread Matthew.Webber
The https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin plugin might do what you want. Define a category to represent the pipeline, and limit the category to one job only. From: Renato Rodrigues [mailto:h...@renatorodrigues.me] Sent: 15 May 2014 17:23 To:

Re: Multiple jobs with locks

2014-05-16 Thread Renato Rodrigues
I'm afraid that your solution doesn't work. If A has already started and a new A goes to the queue, the moment A ends and starts to run B, the other A on the queue starts. On Friday, May 16, 2014 8:54:50 AM UTC+1, matthew...@diamond.ac.uk wrote: The

RE: Multiple jobs with locks

2014-05-16 Thread Matthew.Webber
Ah, I see. The only thing I can think of is to also use the https://wiki.jenkins-ci.org/display/JENKINS/Priority+Sorter+Plugin so that D always runs before C, before B, before A. Does that work, or is it fragile / too complicated? Matthew From: Renato Rodrigues [mailto:h...@renatorodrigues.me]

Test Result Trend : flipTrend works fine with Opera, not with FF or IE

2014-05-16 Thread Mohamed Djadlou
Hi all, My first post here after using Jenkins for 2 months now. :-) My manager is very interested in the charts representing the failures of all our jobs. Unfortunately the '(just show failures)' link is broken i.e. flipTrend is called but diagram is still the same (test # and failure #).

Re: Test Result Trend : flipTrend works fine with Opera, not with FF or IE

2014-05-16 Thread vidhya radha
Hi, How to build the android and iOS build in jenkins and how to send the build when it is failed.Anyone have an idea. On Fri, May 16, 2014 at 2:22 PM, Mohamed Djadlou mil...@gmail.com wrote: Hi all, My first post here after using Jenkins for 2 months now. :-) My manager is very

Re: Test Result Trend : flipTrend works fine with Opera, not with FF or IE

2014-05-16 Thread Mohamed Djadlou
Hello Vidhya, Could you please open your own post as you replied to mine by mistake ? Cheers, Momo Le vendredi 16 mai 2014 11:45:14 UTC+2, vidhya radha a écrit : Hi, How to build the android and iOS build in jenkins and how to send the build when it is failed.Anyone have an idea. On

Re: Test Result Trend : flipTrend works fine with Opera, not with FF or IE

2014-05-16 Thread Maciej Jaros
Mohamed Djadlou (2014-05-16 10:52): Hi all, My first post here after using Jenkins for 2 months now. :-) My manager is very interested in the charts representing the failures of all our jobs. Unfortunately the '(just show failures)' link is broken i.e. flipTrend is called but diagram is

Jenkins - run Maven build with 3rd Party Dependencies

2014-05-16 Thread Arun Kumar C C
I have a project to be run through jenkins-maven plug-in. Things look fine and I am using a 3rd party jar in the maven project that I have installed locally. When I run mvn clean install from command prompt, it seems to work fine but when i run the pom through the Jenkins - I get an error ..

Re: Test Result Trend : flipTrend works fine with Opera, not with FF or IE

2014-05-16 Thread Mohamed Djadlou
New issue on Jira : https://issues.jenkins-ci.org/browse/JENKINS-23063 Le vendredi 16 mai 2014 12:39:38 UTC+2, maciej a écrit : Seems like a bug. Happens for me too on Opera 12.12 on LTS. You should report a bug:

Re: Test Result Trend : flipTrend works fine with Opera, not with FF or IE

2014-05-16 Thread Mohamed Djadlou
This feature was properly working a few weeks ago. Only changes are about jobs renaming (with white spaces). Maybe a first lead for the investigation. :-) -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and

Re: Windows env when using cygwin ssh connection?

2014-05-16 Thread Eric Pyle
For our cygwin/ssh slaves, we call a script on the slave that sets environment variables and then starts the slave process. Eric On 5/15/2014 7:09 PM, Les Mikesell wrote: This probably isn't a real jenkins-specific question, but maybe someone knows the answer... I recently switched some

Re: Windows env when using cygwin ssh connection?

2014-05-16 Thread Les Mikesell
Is there a general way to get the variables that would have been set in a console login? I think all the slaves have the same things installed in the same places, but I'd rather not need to care about that. On Fri, May 16, 2014 at 8:06 AM, Eric Pyle eric.p...@cd-adapco.com wrote: For our

Re: Windows env when using cygwin ssh connection?

2014-05-16 Thread Les Mikesell
And on a 2nd look, the cygwin/sshd connections are also not populating the variables explicitly set in the jenkins global and per-node configurations. On Fri, May 16, 2014 at 8:46 AM, Les Mikesell lesmikes...@gmail.com wrote: Is there a general way to get the variables that would have been set

Re: Why job runs twice almost at the same time when building at once in jenkins?

2014-05-16 Thread weirise
Hi,stephenconnolly, Thank you very much for your answers.But I don't set any options before building,let alone quiet period. I heard about this could occure when mouse click.howerver,I doubt it。Do you think if this condition could happen,or even other things? Thank you

RE: SVN Tagging Plugin Issue

2014-05-16 Thread rwdolb
Hello Chris, I have the same problem when i try to tag a successful build. In fact i upgrade my svn plugin version from 1.39 to 2.3 Firstly i got the problem when job try to checkout/update (No credential to try. Authentication failed ). Then i set the credential and the problem was fixed. BUT,

Passing upstream project name to be displayed in Set Build Name of another job

2014-05-16 Thread el macho
Hi There, I have a job that can be kicked off from 2 different jobs. I would like to be able to display as part of the build name, which upstream job kicked it off. For example, I have the following jobs setup: A -- B -- C 1 -- B -- C I would like to be able to display as part of

Re: git timeout

2014-05-16 Thread Mark Waite
You need to add the Additional Behaviour Advanced Clone Behaviours and then set the timeout value in the field which opens there. If you're using a Linux machine as the slave, you could also consider using a bare reference repository on the slave agent so that the clone could point to the

Re: git timeout

2014-05-16 Thread Chanda Unmack
On Fri, May 16, 2014 at 10:01 AM, Mark Waite mark.earl.wa...@gmail.comwrote: You need to add the Additional Behaviour Advanced Clone Behaviours and then set the timeout value in the field which opens there. If you're using a Linux machine as the slave, you could also consider using a bare

AccuRev plugin not finding executable

2014-05-16 Thread Sapientlife
Hi, Has anyone had this error when trying to use the accurev plug-in? Al my builds are run on the master jenkins server account. fyi I commented out the password and the server name in the below error output. Thanks, started by user anonymous http://releng01p:8080/user/null Building on

Re: git timeout

2014-05-16 Thread Mark Waite
Can you upload a copy of your job definition somewhere so that I can compare it with job definitions that are known to work with the timeout? The log file which reports the timeout would also be a help, since it may point to another failure point. There are two different timeout conditions

Re: git timeout

2014-05-16 Thread Chanda Unmack
So here's the config.xml http://notepad.cc/faosseqa7 and here's the console output http://notepad.cc/mieckuclo87 I didn't really see anything in the jenkins logs thanks for the help! On Fri, May 16, 2014 at 10:56 AM, Mark Waite mark.earl.wa...@gmail.comwrote: Can you upload a copy of your

RE: AccuRev plugin not finding executable

2014-05-16 Thread Jason Stanley
What OS account is your Jenkins process running as?   Log into the OS as this account and look at the PATH env setting.  Make sure the path to the AccuRev executable is included.     From: Sapientlife [mailto:bpmi...@gmail.com] Sent: Friday, May 16, 2014 1:36 PM To:

RE: AccuRev plugin not finding executable

2014-05-16 Thread Jason Stanley
And just to verify, this user is what the Jenkins process is running as.   From: Sapientlife [mailto:bpmi...@gmail.com] Sent: Friday, May 16, 2014 3:08 PM To: jenkinsci-users@googlegroups.com Subject: Re: AccuRev plugin not finding executable   Hi Jason, here's my path  [jenkins@releng01p

Re: git timeout

2014-05-16 Thread Mark Waite
The log indicates that you are using submodules. Can you attempt the same process with a repository that does not use submodules so that we can confirm the issue you're seeing is specific to submodules? Mark Waite On Fri, May 16, 2014 at 12:25 PM, Chanda Unmack cha...@lytro.com wrote: So

Re: AccuRev plugin not finding executable

2014-05-16 Thread Sapientlife
Hi Jason, I have a jenkins user that runs the builds but how do I verify that is the user that runs the builds when launching them from the jenkins gui? On Friday, May 16, 2014 1:35:40 PM UTC-4, Sapientlife wrote: Hi, Has anyone had this error when trying to use the accurev plug-in? Al my

RE: AccuRev plugin not finding executable

2014-05-16 Thread Jason Stanley
On the Jenkins server, run the command ‘ps –ef | grep jenkins’ what account is the Jenkins process running as?   Are you running the builds on the Jenkins server itself or on an different node?   From: Sapientlife [mailto:bpmi...@gmail.com] Sent: Friday, May 16, 2014 3:44 PM To:

Re: AccuRev plugin not finding executable

2014-05-16 Thread Sapientlife
Hi Jason, From the top of the console output I get this when I run a build by clicking on Build now link: Started by user anonymous http://releng01p:8080/user/null Building on master in workspace /data/shared/build/reftree/utd_jbr-test Authenticating with Accurev server... Shouldn't it say the

RE: AccuRev plugin not finding executable

2014-05-16 Thread Jason Stanley
No…this is the user who is logged into Jenkins, not the account that is running Jenkins.  It appears you are not logged into Jenkins as a specific user so you are defaulted to anonymous.   From: Sapientlife [mailto:bpmi...@gmail.com] Sent: Friday, May 16, 2014 3:48 PM To:

Re: AccuRev plugin not finding executable

2014-05-16 Thread Sapientlife
Hi Jason, here's the output frrom ps-ef|grep jenkins also all builds are run on the Jenkins server as master I'm not using any slave nodes [jenkins@releng01p ~]$ ps -ef|grep jenkins root 21855 2510 0 May14 ?00:00:00 sshd: jenkins [priv] jenkins 21859 21855 0 May14 ?

RE: AccuRev plugin not finding executable

2014-05-16 Thread Jason Stanley
Ok…log onto the server as use jenkins and run the command ‘env’….look at the PATH variable and make sure accurev is llisted.     From: Sapientlife [mailto:bpmi...@gmail.com] Sent: Friday, May 16, 2014 3:53 PM To: jenkinsci-users@googlegroups.com Subject: Re: AccuRev plugin not finding

RE: AccuRev plugin not finding executable

2014-05-16 Thread Jason Stanley
Try adding /data/opt/AccuRev/bin to the PATH variable.   Once you are done, stop and start Jenkins and then run the build again.     From: Sapientlife [mailto:bpmi...@gmail.com] Sent: Friday, May 16, 2014 4:00 PM To: jenkinsci-users@googlegroups.com Subject: Re: AccuRev plugin not finding

RE: AccuRev plugin not finding executable

2014-05-16 Thread Jason Stanley
Actually, I was just looking at the error again.  Jenkins can find the accurev executable…the problem is a missing directory.   Does this exist?   /data/shared/build/reftree/utd_jbr-test     From: Sapientlife [mailto:bpmi...@gmail.com] Sent: Friday, May 16, 2014 4:00 PM To:

Re: AccuRev plugin not finding executable

2014-05-16 Thread Sapientlife
On Friday, May 16, 2014 1:35:40 PM UTC-4, Sapientlife wrote: Hi, Has anyone had this error when trying to use the accurev plug-in? Al my builds are run on the master jenkins server account. fyi I commented out the password and the server name in the below error output. Thanks,

RE: AccuRev plugin not finding executable

2014-05-16 Thread Jason Stanley
Does this directory exist on your server?   /data/shared/build/reftree/utd_jbr-test     From: Sapientlife [mailto:bpmi...@gmail.com] Sent: Friday, May 16, 2014 4:07 PM To: jenkinsci-users@googlegroups.com Subject: Re: AccuRev plugin not finding executable   On Friday, May 16, 2014 1:35:40

Re: AccuRev plugin not finding executable

2014-05-16 Thread Sapientlife
Hi Jason, /data/opt/AccuRev/bin is in the PATH already

RE: AccuRev plugin not finding executable

2014-05-16 Thread Jason Stanley
Can you cd into /data/shared/build/reftree/utd_jbr-test and send me the output from the command ‘accurev info’?   From: Sapientlife [mailto:bpmi...@gmail.com] Sent: Friday, May 16, 2014 4:11 PM To: jenkinsci-users@googlegroups.com Subject: Re: AccuRev plugin not finding executable   Hi

Re: git timeout

2014-05-16 Thread Chanda Unmack
Ok - hard to find a repo here without submodules :) I tried a different repo that does have them, but made sure the options for recursively checking them out was unchecked. I thought I had specified timestamps in the console output, but I guess not. Here's the snip before it just fails (sanitized

Re: Test Result Trend : flipTrend works fine with Opera, not with FF or IE

2014-05-16 Thread Daniel Beck
In that case it would be helpful if you verify that it works in jobs without spaces in their names, doesn't work in jobs with spaces in their names, and if so, added that information to the Jira issue. Note that if that's the problem, as a workaround you can rename the job to not have spaces

Perforce plugin SSL trust

2014-05-16 Thread Mishael Kim
Hi, Is it possible to use this plugin with SSL ports? The changlist to the plugin states that SSL is supported, but I can't figure out how to use the trust command. Thanks, Mishael -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To

Re: git timeout

2014-05-16 Thread Chanda Unmack
So to add another data point, when I change the credentials for git to be none, it seems to honor the 60 minute timeout. Now I just need to figure out why it even hits 60 minutes for a check out that takes 5 min on other operating systems :/ The crenedtials plugin is ver 1.10 if that helps.

Jenkins user shows with 'Red Stop Sign' in security configuration

2014-05-16 Thread Ioannis Moutsatsos
We are using matrix security configuration (Jenkins v 1.532 LTS on Windows) Recently a user 'self-signed' for an account, and when I tried to setup his security configuration he is the only one in the user list appearing with a red stop sign before his user name. What does that mean? Is there