Skip to content

Commit

Permalink
changed path, again
Browse files Browse the repository at this point in the history
  • Loading branch information
goschale committed Jun 23, 2022
1 parent 9405962 commit 280c329
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,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 '/home/user/android/sdk/platform-tools/adb logcat -f /home/user/Paintroid/logcat.txt'
sh './gradlew stopEmulator'
junitAndCoverage "$reports/coverage/debug/report.xml", 'device', javaSrc
archiveArtifacts '../Paintroid/build/outputs/logs/logcat.txt'
archiveArtifacts '/home/user/Paintroid/logcat.txt'
}
}
}
Expand Down

0 comments on commit 280c329

Please sign in to comment.