From 7b621ff68c17bb3d11799c14b46f3a6c88c57278 Mon Sep 17 00:00:00 2001 From: Alexander Gosch Date: Mon, 4 Jul 2022 13:15:59 +0200 Subject: [PATCH] path correction --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ca3a3ce2a1..05e3cc7c65 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -136,7 +136,7 @@ pipeline { sh '/home/user/android/sdk/platform-tools/adb logcat -d > logcat.txt' sh './gradlew stopEmulator' junitAndCoverage "$reports/coverage/debug/report.xml", 'device', javaSrc - archiveArtifacts 'Paintroid/logcat.txt' + archiveArtifacts 'logcat.txt' } } }