From 7364cfa5d2fd2655b18d5bcc5330f76eeb9a0fc4 Mon Sep 17 00:00:00 2001 From: Evgeny Sikachev Date: Mon, 27 Jun 2016 17:51:38 +0300 Subject: [PATCH] Fix command for running publisher script By default script runned via ./ and path not exist, need run via bash Change-Id: I0e20c4d902d344635df32f4ca7ef016e094a3cd9 --- jenkins_job_builder/publisher.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins_job_builder/publisher.yaml b/jenkins_job_builder/publisher.yaml index bcbdb8a9..4668e2c6 100644 --- a/jenkins_job_builder/publisher.yaml +++ b/jenkins_job_builder/publisher.yaml @@ -4,7 +4,7 @@ builders: - shell: | git clone https://git.openstack.org/openstack/sahara-ci-config - ./$WORKSPACE/sahara-ci-config/slave-scripts/publish-logs.sh + $WORKSPACE/sahara-ci-config/slave-scripts/publish-logs.sh triggers: - timed: '50 5 * * *' publishers: