This is an automated email from the ASF dual-hosted git repository. rgielen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git
commit 73090c50ee7e9e6816398499d922d97ee3a6775b Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sat Apr 11 19:03:18 2020 +0200 Adds info about buildbot --- source/updating-website.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/updating-website.md b/source/updating-website.md index f69f4d6..620714f 100644 --- a/source/updating-website.md +++ b/source/updating-website.md @@ -22,6 +22,11 @@ We are using Jekyll and mix of Markdown pages with raw Html pages, where Markdow > WARN: do not manually change the `asf-site` or `ast-staging` branches, they > will be automatically updated > by CI server. +The whole build of the website is orchestrated by [.asf.yaml](http://s.apache.org/asfyaml), please refer to the docs +for more details. The main build of the website is performed by [a buildbot job](https://ci2.apache.org/#/builders/7), +the staging site is build and deployed by [a Jenkins job](https://builds.apache.org/view/S-Z/view/Struts/job/Struts-staged-site/) +- buildbot doesn't support staging site deployment yet. + ## Applying a change If you are a contributor, and the change is small you can push it directly to the `master` branch. In any other case