Skip to content

Commit

Permalink
path correction
Browse files Browse the repository at this point in the history
  • Loading branch information
goschale committed Jul 4, 2022
1 parent 84be6c2 commit 7b621ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
}
Expand Down

0 comments on commit 7b621ff

Please sign in to comment.