aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-08-17 14:49:14 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-08-17 14:52:38 +0200
commit801b06f5c1fd08f84b9a5e6ae1763d5319efdc2d (patch)
tree12bfe725e4ffd2fda9732aad23bf953297406d0e
parent4cdc64e195944d2994661a1534f029f33641c24b (diff)
re-add ssh wrapper.
sigh - there it is the "id" and not the username. Change-Id: I7226d0ee9217669c23f17c37639ca5aa2540c7a9 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r--jjb/global-macros.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml
index 3e1ec478..602d07fb 100644
--- a/jjb/global-macros.yaml
+++ b/jjb/global-macros.yaml
@@ -156,7 +156,7 @@
name: gerrit-trigger-silent-patch-merged
triggers:
- gerrit:
- server-name: 'gerrit-net.automotivelinux.org'
+ server-name: 'gerrit-new.automotivelinux.org'
trigger-on:
- change-merged-event
- comment-added-contains-event:
@@ -239,3 +239,6 @@
timeout: '{build-timeout}'
timeout-var: 'BUILD_TIMEOUT'
fail: true
+ - ssh-agent-credentials:
+ users:
+ - 'jenkins-gerrit-credentials'