diff options
author | Serena Feng <feng.xiaowei@zte.com.cn> | 2018-04-20 05:51:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-20 05:51:31 +0000 |
commit | 1e7003014e726da797c316fd0dab11a56a24ed26 (patch) | |
tree | 6849c067d5540a6d5eefdd6ce6485a375db965e9 | |
parent | 1a1f26ad80125bb78dda21ab8742fc064078d6a9 (diff) | |
parent | 5b22f1b95feacaec0380f6a7543cbf510b628451 (diff) |
Merge "pass value to parameters"
-rw-r--r-- | jjb/doctor/doctor.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index 5732100be..3985356c1 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -121,7 +121,9 @@ branch: '{branch}' - '{installer}-defaults' - 'doctor-slave-parameter' - - 'doctor-parameter' + - 'doctor-parameter': + docker-tag: '{docker-tag}' + scenario: '{scenario}' - 'doctor-functest-parameter' scm: - git-scm-gerrit |