diff --git a/service/files/defaults.yaml b/service/files/defaults.yaml index 9057c8f..69235ef 100644 --- a/service/files/defaults.yaml +++ b/service/files/defaults.yaml @@ -20,7 +20,7 @@ configs: port: 22 private_key: "" publish: false - server_path: /var/www/html/ + server_path: /var/www/html site: http://localhost username: jenkins volume: diff --git a/service/files/run-tempest.sh.j2 b/service/files/run-tempest.sh.j2 index 06142b0..1a8a214 100644 --- a/service/files/run-tempest.sh.j2 +++ b/service/files/run-tempest.sh.j2 @@ -12,7 +12,7 @@ function publish_artifacts { rally verify results --html --output-file "${path}/result.html" # TODO: add junit report - scp -o StrictHostKeyChecking=no -r -i /var/lib/rally/static.pem -p{{ rally.tempest.static.port }} "${path}" {{ rally.tempest.static.username }}@{{ rally.tempest.static.host }}:{{ rally.tempest.static.server_path }} + scp -o StrictHostKeyChecking=no -r -i /var/lib/rally/static.pem -p{{ rally.tempest.static.port }} "${path}" {{ rally.tempest.static.username }}@{{ rally.tempest.static.host }}:{{ rally.tempest.static.server_path }}/{{ rally.tempest.static.path }} echo "Artifacts are located to {{ rally.tempest.static.site }}/{{ rally.tempest.static.path }}" }