diff options
author | Ed Warnicke <hagbard@gmail.com> | 2016-11-09 15:16:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-11-09 15:16:23 +0000 |
commit | 6bb4a072650ee50aff782c0b690889a263935354 (patch) | |
tree | d43796bcbcda17c217577c9e41808f55d3c274ed /jjb | |
parent | 7098d9b9a5d3fce2621cf2d83679c49060012297 (diff) | |
parent | 62bd5b9db8af0ccb335db26c155204ae612e7799 (diff) |
Merge "CSIT-454: Add missing git-scm to csit-honeycomb job"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/csit/csit-vpp-honeycomb.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jjb/csit/csit-vpp-honeycomb.yaml b/jjb/csit/csit-vpp-honeycomb.yaml index d96133e5c..5aeee0cfb 100644 --- a/jjb/csit/csit-vpp-honeycomb.yaml +++ b/jjb/csit/csit-vpp-honeycomb.yaml @@ -38,6 +38,11 @@ - os-parameter: os: '{os}' + scm: + - git-scm: + credentials-id: 'jenkins-gerrit-credentials' + branch: '{branch}' + wrappers: - fdio-infra-wrappers: build-timeout: '{build-timeout}' |