Skip to content

Commit 07cea6e

Browse files
committed
removed failing test and changes path of logcat
1 parent 92f9a06 commit 07cea6e

File tree

2 files changed

+1
-599
lines changed

2 files changed

+1
-599
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ pipeline {
135135
always {
136136
sh './gradlew stopEmulator'
137137
junitAndCoverage "$reports/coverage/debug/report.xml", 'device', javaSrc
138-
archiveArtifacts 'logcat.txt'
138+
archiveArtifacts '/home/user/logcat.txt'
139139
}
140140
}
141141
}

0 commit comments

Comments
 (0)