For #6208 - Sync Int Tests fix path for showing the html report file (#6209)

nightly-build-test
isabelrios 5 years ago committed by Sawyer Blatz
parent 23c98f9908
commit 210e358cdb

2
Jenkinsfile vendored

@ -25,7 +25,7 @@ pipeline {
allowMissing: false, allowMissing: false,
alwaysLinkToLastBuild: true, alwaysLinkToLastBuild: true,
keepAll: true, keepAll: true,
reportDir: '/Users/synctesting/.jenkins/workspace/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/SyncIntegrationTests/results', reportDir: '/Users/synctesting/.jenkins/workspace/fenix/app/src/androidTest/java/org/mozilla/fenix/syncintegration/results',
reportFiles: 'index.html', reportFiles: 'index.html',
reportName: 'HTML Report']) reportName: 'HTML Report'])
} }

Loading…
Cancel
Save