Perfect, many thanks!
David Jencks
> On Apr 28, 2021, at 11:32 PM, Andrea Cosentino <anco...@gmail.com> wrote:
>
> Hello David,
>
> So basically there is the Camel main project Jenkinsfile
>
> https://github.com/apache/camel/blob/main/Jenkinsfile#L70
>
> If there are updates on docs in this repository, the website build will be
> triggered.
>
> The Camel JDK 8 build related to this Jenkinsfile run every 4 hours:
> https://ci-builds.apache.org/job/Camel/job/Apache%20Camel/job/main/
>
> If we have an update in Camel main repository docs folder, this will affect
> all the subprojects usually (for sure Karaf and SB subproject).
>
> You could use a similar approach, I guess.
>
> Cheers.
> Andrea
>
> Il giorno mer 28 apr 2021 alle ore 20:36 David Jencks <
> david.a.jen...@gmail.com> ha scritto:
>
>> I’m trying to set up a jenkins antora website build for Aries and am
>> rather mystified about how to trigger it. Poking around in the parts of
>> the Jenkins camel-website configuration that I can find I see
>> configuration that triggers a build if the camel-website project changes,
>> but these must be infrequent compared to .adoc changes in the source
>> projects.
>>
>> What causes an .adoc source change in one of the Antora source repos to
>> produce a website build? Or is it a manual process?
>>
>> Many thanks
>> David Jencks