From de58eb39350d5457f7c2fc9ae3a0820c9e6dc048 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 29 Sep 2017 16:07:20 +0200 Subject: [PATCH] Add warning about Zuul v2 examples Explain in the creators guide that the content is not current. Change-Id: I69e854fd93855b213f1cbceb3c77d92268852572 --- doc/source/creators.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/creators.rst b/doc/source/creators.rst index 065c6d9..06b04bd 100644 --- a/doc/source/creators.rst +++ b/doc/source/creators.rst @@ -4,6 +4,13 @@ Project Creator's Guide ======================== +.. warning:: + + The information in this chapter about ``zuul/layout.yaml`` and + ``jenkins/jobs/`` files are all outdated, they refer to Zuul v2. + OpenStack CI uses Zuul v3 now. Read the :doc:`Zuul v3 Migration + Guide ` for more information. + Before You Start ================