From 210e358cdbba86bd4c94f2a3ca485138d95cda0f Mon Sep 17 00:00:00 2001 From: isabelrios Date: Thu, 24 Oct 2019 00:03:31 +0200 Subject: [PATCH] For #6208 - Sync Int Tests fix path for showing the html report file (#6209) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 15ce66f67..933d55346 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { allowMissing: false, alwaysLinkToLastBuild: 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', reportName: 'HTML Report']) }