Re: Merge to Master not kicking Open PRs to also build

2017-05-02 Thread Jeffrey
/pull/131 unless > you have upgraded to ghbs 2.0.5 > > On 2 May 2017 at 11:57, Jeffrey <jbra...@pindrop.com > wrote: > >> Hey, Thanks for reading. >> >> All PRs build -- and post back a status message to GIT delivering build >> success or failure right?

Re: Merge to Master not kicking Open PRs to also build

2017-05-02 Thread Jeffrey
onday, May 1, 2017 at 5:59:06 PM UTC-4, Baptiste Mathus wrote: > > Must be missing something but failing to see why merging a PR should > retrigger the builds of others. > > Care to clarify? > > Thanks > > Le 1 mai 2017 10:43 PM, "Jeffrey" <jbra...@pindrop.

Re: Merge to Master not kicking Open PRs to also build

2017-05-01 Thread Jeffrey
, April 28, 2017 at 2:24:21 PM UTC-4, Jeffrey wrote: > > Good Afternoon Jenkins-Land > > Running into a weird issue in version Jenkins 2.53 and 2.57 (Latest > plugins). > > Old Version: (I believe 2.45) (Git / SCM plugins previous to version 2.0) > Jenkins Multibr

Merge to Master not kicking Open PRs to also build

2017-04-28 Thread Jeffrey
Good Afternoon Jenkins-Land Running into a weird issue in version Jenkins 2.53 and 2.57 (Latest plugins). Old Version: (I believe 2.45) (Git / SCM plugins previous to version 2.0) Jenkins Multibranch Pipeline, Freestyle --> Jenkinsfile from ORG folder 1. We have 5 open PRs. 2. We

Re: help on starting up Jenkins on Suse Linux

2017-01-12 Thread Jeffrey CaƱas
Do you have JAVA installed on your server? On Friday, January 6, 2017 at 8:02:33 PM UTC+8, Vijai Meda wrote: > > Thanks Mark. > I have downloaded OpenSuSe package and installed. > Now it simply says failed. > > hyslnx20:/opt/home/vm185012/Jenkins # /etc/init.d/jenkins start > Starting > Jenkins

RE: Suggestions needed

2016-10-27 Thread Jeffrey Harris
I think our longest test is 20 hours. Also, any number of tests can be spooled at a particular time. The legacy system just puts the job in the queue and returns. Jeff -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

Suggestions needed

2016-10-26 Thread Jeffrey Harris
I'm trying to figure out a way to automate submitting a test to our hardware testbed and waiting for the test to complete so that the Jenkins job can report its status. Are either of the ideas below possible? Create a Jenkins job that submits the test (this is the easy part), waits until the

Re: What might cause Jenkins to become unresponsive for brief periods of time?

2014-11-18 Thread Jeffrey Parker
What about the CPU usage on a per core basis? I have seen Jenkins push a single core to maximum for periods of time. On Tuesday, November 18, 2014 12:21:41 PM UTC-6, Dunnigan, Terrence J wrote: Hi All, From time to time our Jenkins will become unresponsive for brief periods of time.

Jobs running under a build matrix do not get put in the queue

2014-11-04 Thread Jeffrey Parker
I am posting here again since no one is responding to my problem anywhere. I have a job in jenkins that has a build matrix that starts several jobs, some of those jobs can only run one at a time. If I start the build matrix job while another job is still running most of the time the jobs in the

Re: Jobs running under a build matrix do not get put in the queue

2014-11-04 Thread Jeffrey Parker
matrix child builds running in parallel. Scott On Tue, Nov 4, 2014 at 10:40 AM, Jeffrey Parker thexd...@gmail.com wrote: I am posting here again since no one is responding to my problem anywhere. I have a job in jenkins that has a build matrix that starts several jobs, some of those jobs can

Re: Jobs running under a build matrix do not get put in the queue

2014-11-04 Thread Jeffrey Parker
I would also point out that I just started a build manually that went into the queue and maybe 10 minutes of waiting in the queue it was not there anymore. This is strange because I have seen jobs wait in the queue for days before when a job gets stuck. On Tue, Nov 4, 2014 at 11:06 AM, Jeffrey

Re: Jobs running under a build matrix do not get put in the queue

2014-11-04 Thread Jeffrey Parker
I know what it is waiting for, that is not the problem. It is waiting for another job of the same type to finish because only one can run at a time. On Tue, Nov 4, 2014 at 11:38 AM, Les Mikesell lesmikes...@gmail.com wrote: On Tue, Nov 4, 2014 at 11:11 AM, Jeffrey Parker thexd...@gmail.com

Re: Jobs running under a build matrix do not get put in the queue

2014-11-04 Thread Jeffrey Parker
Yes, that is the problem that I am encountering. On Tue, Nov 4, 2014 at 11:54 AM, Les Mikesell lesmikes...@gmail.com wrote: On Tue, Nov 4, 2014 at 11:49 AM, Jeffrey Parker thexd...@gmail.com wrote: I know what it is waiting for, that is not the problem. It is waiting for another job

Build Matrix plugin is not starting jobs

2014-10-13 Thread Jeffrey Parker
I have several jobs in Jenkins that are kicked off by a job that uses the build matrix plugin and I am encountering some problems with that plugin. Basically when I kick off one of the build matrix jobs, then kick off another before the first one completes some of the jobs in the build matrix

Re: sudo: no tty present and no askpass program specified jenkins

2014-10-13 Thread Jeffrey Parker
That is exactly what the problem is, but the bigger issue is running sudo commands in a script like this is generally bad practice. The more correct way to do it is to make sure that all files are already owned by the correct user or that the user that is running the command has permission to

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

2014-05-13 Thread Jeffrey Lail
Hi guys!! Totally new here, been stuck on this for a while.. Apologies if I'm not posting appropriately. I've been googling and reading about this for a few weeks. I have Jenkins 1.559 installed on an Amazon EC2. I launch a webdriver node on a PC I have in the office using the following