I'm trying to poll a webpage for updated sources to trigger a build. I can use the URLTrigger plugin to check the project webpage for a new version, just by looking for the regex "^Latest version is: .*$" on the page. That's fine, but the download URL also changes each version. To get the right download URL, I need to grab it from the URL I just checked to confirm that I need to run the build.
Is there a way of passing information extracted from the polled webpage from the build trigger into the build step? If URLTrigger doesn't let me do this, is there another option I can use? Apologies if this is a well-known issue - I did try searching the website and wiki, but didn't find anything obviously relevant... Thanks, Paul -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
