summaryrefslogtreecommitdiffstats
path: root/jjb/honeycomb/honeycomb.yaml
diff options
context:
space:
mode:
authorEd Warnicke <hagbard@gmail.com>2016-10-17 17:57:30 +0000
committerGerrit Code Review <gerrit@fd.io>2016-10-17 17:57:30 +0000
commit2d286c0bfff820a47ba091d3952c6f3c6c7daa9d (patch)
treeaa6cb847dcfcfb360dc047fc1a497b601a9b6a2c /jjb/honeycomb/honeycomb.yaml
parent39b3d2c2052215c0ac3dafea737834007a1e877c (diff)
parent61ff560afc8381d983571ad7395c4d9db1ca998f (diff)
Merge "Remove unnecessary ssh-credentials defaults"
Diffstat (limited to 'jjb/honeycomb/honeycomb.yaml')
-rw-r--r--jjb/honeycomb/honeycomb.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml
index 25cef96fd..bf037d58f 100644
--- a/jjb/honeycomb/honeycomb.yaml
+++ b/jjb/honeycomb/honeycomb.yaml
@@ -47,14 +47,14 @@
scm:
- gerrit-trigger-scm:
- credentials-id: '{ssh-credentials}'
+ credentials-id: 'jenkins-gerrit-credentials'
refspec: '$GERRIT_REFSPEC'
choosing-strategy: 'gerrit'
wrappers:
- ssh-agent-credentials:
users:
- - '{ssh-credentials}'
+ - 'jenkins-gerrit-credentials'
- fdio-infra-wrappers:
build-timeout: '{build-timeout}'
@@ -103,14 +103,14 @@
scm:
- gerrit-trigger-scm:
- credentials-id: '{ssh-credentials}'
+ credentials-id: 'jenkins-gerrit-credentials'
refspec: '$GERRIT_REFSPEC'
choosing-strategy: 'gerrit'
wrappers:
- ssh-agent-credentials:
users:
- - '{ssh-credentials}'
+ - 'jenkins-gerrit-credentials'
- fdio-infra-wrappers:
build-timeout: '{build-timeout}'
@@ -173,14 +173,14 @@
scm:
- gerrit-trigger-scm:
- credentials-id: '{ssh-credentials}'
+ credentials-id: 'jenkins-gerrit-credentials'
refspec: ''
choosing-strategy: 'default'
wrappers:
- ssh-agent-credentials:
users:
- - '{ssh-credentials}'
+ - 'jenkins-gerrit-credentials'
- fdio-infra-wrappers:
build-timeout: '{build-timeout}'
@@ -234,14 +234,14 @@
scm:
- git-scm:
- credentials-id: '{ssh-credentials}'
+ credentials-id: 'jenkins-gerrit-credentials'
refspec: ''
branch: '{branch}'
wrappers:
- ssh-agent-credentials:
users:
- - '{ssh-credentials}'
+ - 'jenkins-gerrit-credentials'
- fdio-infra-wrappers:
build-timeout: '{build-timeout}'