From 8eab9b1f8dfacf5d869a0bc6bfcb0a4b5ae558ed Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 1 Dec 2014 11:15:07 -0700 Subject: [PATCH] doc: add notes about "documentation" jobs Add a bit of documentation regarding "documentation" jobs in Jenkins. This records our lessons learned during Andrew's work to create the "teuthology-docs-build" job configuration and get that particular one running. --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 32715f72..19ed2076 100644 --- a/README.rst +++ b/README.rst @@ -210,3 +210,12 @@ You should also use the ``triggers`` setting for the job, like so:: github-hooks: true permit-all: false auto-close-on-fail: false + +"Document" Jobs +--------------- +Some jobs don't actually run code; they simply build a project's documentation +and upload the docs to ceph.com. One example is the "teuthology-docs-build" +job. + +For these jobs, note that the destination directory must be created on the +ceph.com web server before the ``rsync`` command will succeed. -- 2.47.3