Skip to content

Commit

Permalink
log contents & permissions of IOS PR Pods on fail
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Mar 9, 2023
1 parent d3ac267 commit c648b78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/Jenkinsfile.ios
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ pipeline {
script { api = ios.bundle() }
}
post {
failure { archiveArtifacts 'ios/logs/*' }
failure { archiveArtifacts 'ios/logs/*'
sh `ls -l "ios/Pods/Target Support Files/Pods-Status-StatusImPR/"`}
}
}
stage('Parallel Upload') {
Expand Down

0 comments on commit c648b78

Please sign in to comment.