diff options
author | 2018-04-10 14:14:40 +0800 | |
---|---|---|
committer | 2018-04-10 14:14:40 +0800 | |
commit | 811e4ef7f4c37b7bc246afc34ff880c014ecc05d (patch) | |
tree | ef296d7f1262a61d197f80cbda8be84ee7f8b68f /jjb | |
parent | 0705f31ab5bc54c073df120cbe0fe62cf10f9a81 (diff) |
delete 'opnfv-build-ubuntu-defaults' parameters for doctor verify job
Currently it will pass all the 'opnfv-build-ubuntu-defaults' parameters
to the child jobs which include the node 'label', so all the doctor jobs
will be running in the nodes with 'opnfv-build-ubuntu' label.
Change-Id: If01f1f777c30c421f063c05fdd3c939f8758226c
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/doctor/doctor.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index 730c7fcb1..ebf7c1ecf 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -49,7 +49,7 @@ - project-parameter: project: '{project}' branch: '{branch}' - - 'opnfv-build-ubuntu-defaults' + - 'doctor-slave-parameter' scm: - git-scm-gerrit triggers: @@ -107,7 +107,7 @@ - project-parameter: project: '{project}' branch: '{branch}' - - 'opnfv-build-ubuntu-defaults' + - 'doctor-slave-parameter' scm: - git-scm-gerrit builders: @@ -123,7 +123,7 @@ - project-parameter: project: '{project}' branch: '{branch}' - - 'opnfv-build-ubuntu-defaults' + - 'doctor-slave-parameter' scm: - git-scm-gerrit triggers: |