diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-10-19 15:12:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-19 15:12:20 +0000 |
commit | 6eaf6a85421dd425337ea1812983f89ee1082bb6 (patch) | |
tree | e696ff52a3a78530cb923a8c0e89fcdf2f5736d0 /jjb | |
parent | 0df9fa11273db455770ca691424131811f03d928 (diff) | |
parent | 02c702a299e22e3e3a7b719ea494f05a92b0b53d (diff) |
Merge "Fix CSIT trigger for VID"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/vid/vid-csit.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/vid/vid-csit.yaml b/jjb/vid/vid-csit.yaml index 46e1688ed..b1124ab70 100644 --- a/jjb/vid/vid-csit.yaml +++ b/jjb/vid/vid-csit.yaml @@ -9,6 +9,6 @@ functionality: - 'healthCheck': trigger_jobs: - - '{project-name}-{stream}-release-java-daily-checkstyle' + - '{project-name}-{stream}-docker-version-java-daily' robot-options: '' branch: 'master' |