Skip to content

Commit

Permalink
logcat path reduced
Browse files Browse the repository at this point in the history
  • Loading branch information
goschale committed Jun 23, 2022
1 parent c29aed2 commit da3f69a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ pipeline {
post {
always {
sh '/home/user/android/sdk/platform-tools/adb logcat -d > logcat.txt'
sh 'mv -f logcat.txt ../Paintroid/build/outputs/logs/'
//sh 'mv -f logcat.txt ../Paintroid/build/outputs/logs/'
sh './gradlew stopEmulator'
junitAndCoverage "$reports/coverage/debug/report.xml", 'device', javaSrc
archiveArtifacts 'app/build/outputs/logs/logcat.text'
archiveArtifacts 'logcat.text'
}
}
}
Expand Down

0 comments on commit da3f69a

Please sign in to comment.