From 878e3c3a54ca010536a8ad5ecf7c06e849dbac5e Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 7 Feb 2020 18:18:27 +0000 Subject: [PATCH] Add a job to promote docs.airshipit.org content A new documentation site is being added for the Airship project, so provide a job to perform publication in the promote pipeline after successful gating of changes. Change-Id: I1fb3bab8902ec8266696a82d77246c346fe642d5 --- zuul.d/jobs.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 1fc9f425d8..da52200258 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -566,6 +566,17 @@ name: afs pass-to-parent: true +- job: + name: promote-airship-docs-website + parent: promote-tox-docs-site-base + description: | + Promote root site content for docs.airshipit.org to airshipit.org/docs. + final: true + allowed-projects: + - airship/treasuremap + vars: + publish_site: "airshipit.org/docs" + - job: name: promote-governance-election parent: promote-tox-docs-site-base