Re: Build Periodically only if artifact to be copied has changed

2012-04-03 Thread Grégory Boissinot
In a more global approach, you could look at the XTrigger Plugin. On Fri, Mar 30, 2012 at 10:15 PM, Simon Wiest wrote: > Hi, > > you could try to use the https://wiki.jenkins-ci.org/** > display/JENKINS/URLTrigger+**Plugininstead >

Re: Build Periodically only if artifact to be copied has changed

2012-03-30 Thread Simon Wiest
Hi, you could try to use the https://wiki.jenkins-ci.org/display/JENKINS/URLTrigger+Plugin instead of the "Build Periodically" trigger. The URL trigger can periodically check if the content of an URL has changed (any much more...). Your trigger URL should point to the artifact you are relyi

Build Periodically only if artifact to be copied has changed

2012-03-30 Thread candrews
I have Jenkins configured to build and deploy a web application I'm working on as 2 projects: "Build" which compiles the application. It has "Archive the artifacts" set to save the resulting artifacts. "Deploy" which uses "Copy artifacts from another project" to get the artifacts from "Build" then