From f8fd492eb92c2fc13c8750f2a4455af527e80c69 Mon Sep 17 00:00:00 2001 From: isabelrios Date: Tue, 3 Mar 2020 14:39:59 +0100 Subject: [PATCH] fix Jenkins file to store the report --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 96190f6e4840..00bf890d9812 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { allowMissing: false, alwaysLinkToLastBuild: true, keepAll: true, - reportDir: '/Users/synctesting/.jenkins/workspace/fenix/app/src/androidTest/java/org/mozilla/fenix/syncintegration/results', + reportDir: 'app/src/androidTest/java/org/mozilla/fenix/syncintegration/results', reportFiles: 'index.html', reportName: 'HTML Report']) }