From a00bd2f51d1c3bf2441bfb5813ad541f249f4e77 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 17 Jun 2016 12:13:35 +0200 Subject: [PATCH] Fix upload path to tarballs.o.o for packaging Previously, we attempted to use tarballs/{project}/ for the upload of built packages after a merge, but {project} wasn't expanded. This patch fixes that by adding project: openstack-pkg-tools in the pkgdeb-publish-openstack-pkg-tools job definition indented immediately below the "publisher: deb-pkgs" line. Change-Id: I526977199a68212fe7fc7e5d1d0325af6558a8e9 --- jenkins/jobs/deb-openstack-pkg-tools.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jenkins/jobs/deb-openstack-pkg-tools.yaml b/jenkins/jobs/deb-openstack-pkg-tools.yaml index 0776d101fc..23e3fdff20 100644 --- a/jenkins/jobs/deb-openstack-pkg-tools.yaml +++ b/jenkins/jobs/deb-openstack-pkg-tools.yaml @@ -50,5 +50,6 @@ pkgos-infra-build-pkg publishers: - - deb-pkgs + - deb-pkgs: + project: openstack-pkg-tools - console-log