From 6af0b738d78538341300646af8ccf5045c1fb759 Mon Sep 17 00:00:00 2001 From: Alexander Gosch Date: Thu, 23 Jun 2022 10:23:17 +0200 Subject: [PATCH] path correction Paintroid directory --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 34f481b07d..86c55a6edf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -130,7 +130,7 @@ pipeline { sh "/home/user/android/sdk/emulator/emulator -no-window -no-boot-anim -noaudio -avd android28 > /dev/null 2>&1 &" sh './gradlew -PenableCoverage -Pjenkins -Pemulator=android28 -Pci createDebugCoverageReport -i' sh '/home/user/android/sdk/platform-tools/adb logcat -d > logcat.txt' - sh 'mv -f logcat.txt ../Paintroid/Paintroid/build/outputs/logs/' + sh 'mv -f logcat.txt ../Paintroid/build/outputs/logs/' } post { always {