Skip to content

Commit

Permalink
corrected path
Browse files Browse the repository at this point in the history
  • Loading branch information
goschale committed Jun 23, 2022
1 parent 07cea6e commit bc950ff
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 @@ -129,13 +129,13 @@ pipeline {
sh "echo no | avdmanager create avd --force --name android28 --package 'system-images;android-28;default;x86_64'"
sh "/home/user/android/sdk/emulator/emulator -no-window -no-boot-anim -noaudio -avd android28 > /dev/null 2>&1 &"
sh './gradlew -PenableCoverage -Pjenkins -Pemulator=android28 -Pci createDebugCoverageReport -i'
sh '/home/user/android/sdk/platform-tools/adb logcat -d > /home/user/logcat.txt'
sh '/home/user/android/sdk/platform-tools/adb logcat -d > /home/user/Paintroid/build/outputs/logs/logcat.txt'
}
post {
always {
sh './gradlew stopEmulator'
junitAndCoverage "$reports/coverage/debug/report.xml", 'device', javaSrc
archiveArtifacts '/home/user/logcat.txt'
archiveArtifacts 'app/build/outputs/logcat.text'
}
}
}
Expand Down

0 comments on commit bc950ff

Please sign in to comment.