1
0
Fork 0

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

master
isabelrios 2019-10-24 00:03:31 +02:00 committed by Sawyer Blatz
parent 23c98f9908
commit 210e358cdb
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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'])
} }