From 20973c3e6b30b2745d4effbe5476aa1fc32d4c7b Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 14 Sep 2016 10:46:12 +0200 Subject: [PATCH] Include marker file for release notes This is so that we can create a list of directories to ignore when we rsync documentation builds to a publishing site. Some builds are published as subdirectories underneath the results of superior builds. This allows those superior builds to be rsynced without removing the other builds that were published under them. Change-Id: Ie2eb32c4853188fa059018dffb0e161fcf95c085 --- jenkins/jobs/openstack-publish-jobs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jenkins/jobs/openstack-publish-jobs.yaml b/jenkins/jobs/openstack-publish-jobs.yaml index 7ddf1681fa..b0b8a7843d 100644 --- a/jenkins/jobs/openstack-publish-jobs.yaml +++ b/jenkins/jobs/openstack-publish-jobs.yaml @@ -74,6 +74,11 @@ git checkout origin/master - tox: envlist: 'releasenotes' + - shell: | + #!/bin/bash -xe + MARKER_TEXT="Project: $ZUUL_PROJECT Ref: $ZUUL_REFNAME Build: $ZUUL_UUID" + echo $MARKER_TEXT > releasenotes/build/html/.root-marker + publishers: - ftp: