You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix archiveArtifacts in sample Android Jenkinsfile
I was banging my head against my screen. Eventually, it turns out it was caused by a case mismatch!
In Android by default the app folder is `app`, not `App`.
Another improvement here is to use `archiveArtifacts` directly instead of the class.
0 commit comments