Skip to content

Commit

Permalink
touch file
Browse files Browse the repository at this point in the history
  • Loading branch information
goschale committed Jun 23, 2022
1 parent 280c329 commit ab9fc7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ pipeline {
}
post {
always {
sh 'touch /home/user/Paintroid/logcat.txt'
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
Expand Down

0 comments on commit ab9fc7f

Please sign in to comment.