diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-10-03 21:35:57 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-10-03 21:49:47 +0800 |
commit | 41c9610de99a4174936448e6ea2eefcda93e6f10 (patch) | |
tree | 05aead31d916ec3a9395b79143331cd6076224e5 /jjb | |
parent | c2934fc7371d5b2c36d5c86586495eeccc299807 (diff) |
Add OPNFV_RELEASE in enviroment which is used in testapi reporting
Change-Id: I81b1cf1492d215c934e148eba5eba7535d38cfd0
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/qtip/qtip-validate-jobs.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/qtip/qtip-validate-jobs.yml b/jjb/qtip/qtip-validate-jobs.yml index 2c28ba879..cd77d0a09 100644 --- a/jjb/qtip/qtip-validate-jobs.yml +++ b/jjb/qtip/qtip-validate-jobs.yml @@ -77,6 +77,9 @@ - string: name: TESTAPI_URL default: 'http://testresults.opnfv.org/test/api/v1' + - string: + name: OPNFV_RELEASE + default: '{stream}' scm: - git-scm |