From: Miroslav Miklus Date: Wed, 15 Jun 2016 11:50:08 +0000 (+0200) Subject: Add refs/heads/ prefix for git publisher X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=1d83b0793708d7c5b0c1e13936fbf94ea5b6ee70;p=ci-management.git Add refs/heads/ prefix for git publisher ERROR: Failed to push branch csit-verified-master-2016-06-15 to origin hudson.plugins.git.GitException: Command "git -c core.askpass=true push ssh://rotterdam-jobbuilder@gerrit.fd.io:29418/csit HEAD:csit-verified-master-2016-06-15" returned status code 1: stdout: stderr: error: unable to push to unqualified destination: csit-verified-master-2016-06-15 The destination refspec neither matches an existing ref on the remote nor begins with refs/, and we are unable to guess a prefix based on the source ref. Change-Id: I98a3b0bb77ce9e845f63f9e32d8e8bf1f63832a6 Signed-off-by: Miroslav Miklus --- diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 5e4a943e0..f0e443f47 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -299,7 +299,7 @@ branches: - branch: remote: origin - name: 'csit-verified-{branch-id}-$DATE' + name: 'refs/heads/csit-verified-{branch-id}-$DATE' - job-template: