Skip to content

Commit

Permalink
txt not text
Browse files Browse the repository at this point in the history
  • Loading branch information
goschale committed Jun 23, 2022
1 parent da3f69a commit 9d32622
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 'logcat.text'
archiveArtifacts 'logcat.txt'
}
}
}
Expand Down

0 comments on commit 9d32622

Please sign in to comment.