diff options
author | 2018-03-05 07:12:35 +0000 | |
---|---|---|
committer | 2018-03-05 07:12:35 +0000 | |
commit | 7813c1d260a1bd22109f696883bbaa3c99bf1bb9 (patch) | |
tree | 5d5973f374dd93658e296c809612b449fc35dae1 /jjb/global/releng-macros.yml | |
parent | f832a32e30babffa2d8c71b4102af01c7eaebbf2 (diff) | |
parent | 75ad4675169be0fcabc903f47bd8016656169434 (diff) |
Merge "Report the result to TestAPI"
Diffstat (limited to 'jjb/global/releng-macros.yml')
-rw-r--r-- | jjb/global/releng-macros.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/jjb/global/releng-macros.yml b/jjb/global/releng-macros.yml index 3433cee5f..91f2848e1 100644 --- a/jjb/global/releng-macros.yml +++ b/jjb/global/releng-macros.yml @@ -39,6 +39,10 @@ name: GERRIT_REFSPEC default: 'refs/heads/{branch}' description: "Default refspec needed for manually triggering." + - string: + name: TESTAPI_URL + default: 'http://testresults.opnfv.org/test/api/v1' + description: "Default TestAPI URL, currently using v1" - property: name: logrotate-default @@ -960,7 +964,7 @@ script-only-if-succeeded: true builders: - shell: | - echo "export PROVISION_RESULT=SUCCEED" >> $WORKSPACE/installer_track.sh + echo "export PROVISION_RESULT=PASS" >> $WORKSPACE/installer_track.sh echo "export INSTALLER={installer}" >> $WORKSPACE/installer_track.sh - shell: !include-raw-escape: installer-report.sh |