diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-08-17 14:35:44 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-08-17 14:40:14 +0200 |
commit | 4cdc64e195944d2994661a1534f029f33641c24b (patch) | |
tree | a3ec645a5f4d4302f0263e91996dea570306eaf1 /jjb | |
parent | f0663ac0b2e96b64158eb640f9cb700a773f1da5 (diff) |
Fix in global macros.
Remove ssh-credentials and cloud entry until configured in jenkins.
Change-Id: I3e90691f19d47d8354d2b76896fff9782bb2d2f1
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/ci-management/include-raw-jjb-update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/ci-management/include-raw-jjb-update.sh b/jjb/ci-management/include-raw-jjb-update.sh index 803c2d46..73d1fa91 100644 --- a/jjb/ci-management/include-raw-jjb-update.sh +++ b/jjb/ci-management/include-raw-jjb-update.sh @@ -6,5 +6,5 @@ function submitJJB { git push origin HEAD:refs/for/master } -gitdir=$(git rev-parse --git-dir); scp -p -P 39418 agl-jenkins-gerrit-user@gerrit.automotievlinux.org.org:hooks/commit-msg ${gitdir}/hooks/ +gitdir=$(git rev-parse --git-dir); scp -p -P 39418 agl-jenkins-gerrit-user@gerrit-new.automotivelinux.org:hooks/commit-msg ${gitdir}/hooks/ git diff --exit-code || submitJJB |