RE: Jenkins not polling

2017-06-02 Thread Gardell, Steven
To: jenkinsci-users@googlegroups.com Subject: Re: Jenkins not polling Please elaborate On Fri, Jun 2, 2017 at 11:35 AM, Gardell, Steven mailto:sgard...@sonusnet.com>> wrote: Why push all of this outside of Jenkins and request the build using the REST API? From: jenkinsci-users@googlegrou

Re: Jenkins not polling

2017-06-02 Thread Hemanth Shekar
emanth Shekar > *Sent:* Friday, June 2, 2017 1:48 PM > *To:* Jenkins Users > *Subject:* Re: Jenkins not polling > > > > My requirement is that i need to check for a condition to happen in a > remote Linux server and then schedule a build . > > The condition is

RE: Jenkins not polling

2017-06-02 Thread Gardell, Steven
Why push all of this outside of Jenkins and request the build using the REST API? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Hemanth Shekar Sent: Friday, June 2, 2017 1:48 PM To: Jenkins Users Subject: Re: Jenkins not polling My requirement

Re: Jenkins not polling

2017-06-02 Thread Hemanth Shekar
My requirement is that i need to check for a condition to happen in a remote Linux server and then schedule a build . The condition is i need to check some files for some patterns in a particular folder . periodic build is not the right fit for my requirement :( On Friday, June 2, 2017 at

Re: Jenkins not polling

2017-06-02 Thread Terry Lacy
Okay that must be from a plugin? I don't have that in my install. Is that really the syntax for the Schedule setting? I located the ScriptTrigger plugin (https://wiki.jenkins-ci.org/display/JENKINS/ScriptTrigger+Plugin). It's not really clear from their documentation what the syntax for the Sch

Re: Jenkins not polling

2017-06-01 Thread Terry Lacy
I assume you have "Build periodically" checked under the job's Build Triggers section. What do you have in the "Schedule" field? Terry On Wednesday, May 31, 2017 at 3:01:01 PM UTC-6, Hemanth Shekar wrote: > > I am using Jenkins to poll for a file in a unix directory ( Shell ) > If the file is

Jenkins not polling

2017-05-31 Thread Hemanth Shekar
I am using Jenkins to poll for a file in a unix directory ( Shell ) If the file is present running some commands as the build steps . A manual build works but polling is not happening . i have polling by minute . The script trigger log tells [ScriptTrigger] - Poll with a shell or batch scri