X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fairship%2Fcntt.yaml;h=f39ea4223f32de8ba7b5ca3402647b6b5372f7ec;hb=c36f4dda298c68a908764b6fe9cbbcd3bd2d4993;hp=c2abc81af08e281d9de2fee244173702be86c5da;hpb=7d9f16a0a853036136cfcfec49e43d8ec52f5886;p=releng.git diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml index c2abc81af..f39ea4223 100644 --- a/jjb/airship/cntt.yaml +++ b/jjb/airship/cntt.yaml @@ -81,8 +81,8 @@ fi sudo docker run --rm \ -e S3_ENDPOINT_URL=https://storage.googleapis.com \ - -e S3_DST_URL=s3://artifacts.opnfv.org/cntt/$JOB_NAME-$BUILD_ID \ - -e HTTP_DST_URL=http://artifacts.opnfv.org/cntt/$JOB_NAME-$BUILD_ID \ + -e S3_DST_URL=s3://artifacts.opnfv.org/cntt/$BUILD_TAG/$JOB_NAME-$BUILD_ID \ + -e HTTP_DST_URL=http://artifacts.opnfv.org/cntt/$BUILD_TAG/$JOB_NAME-$BUILD_ID \ -e TEST_DB_URL=http://testresults.opnfv.org/test/api/v1/results \ -e TEST_DB_EXT_URL=http://testresults.opnfv.org/test/api/v1/results \ -e NODE_NAME=$slave \