summaryrefslogtreecommitdiffstats
path: root/jjb/doctor/doctor.yml
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-01-06 19:38:52 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-01-06 19:38:52 +0800
commitacc0d444349e58cd51b98c46e781b9c57cd4bdf3 (patch)
tree8b1264723045902c554f203ef318a1546bee8e8e /jjb/doctor/doctor.yml
parent3303f3d2aa25726b8a6826df7b4dfc697a11d50a (diff)
Fix bug in experimental trigger
- missing variable for marco - renamed trigger since it is not common for other projects Change-Id: I3dd0f14e6c6525382b04139c5eda2f6e9187a072 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'jjb/doctor/doctor.yml')
-rw-r--r--jjb/doctor/doctor.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml
index 335eb7133..229461b30 100644
--- a/jjb/doctor/doctor.yml
+++ b/jjb/doctor/doctor.yml
@@ -188,7 +188,9 @@
- git-scm-gerrit
triggers:
- - 'doctor-experimental'
+ - 'experimental':
+ project: '{project}'
+ branch: '{branch}'
#####################################
# parameter macros
@@ -206,8 +208,9 @@
#####################################
# trigger macros
#####################################
+# TODO(yujunz) move to opnfv commom
- trigger:
- name: 'doctor-experimental'
+ name: 'experimental'
triggers:
- gerrit:
server-name: 'gerrit.opnfv.org'