We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcb1eb4 + 242d52d commit f04d59cCopy full SHA for f04d59c
jenkinsfile-examples/android-build-flavor-from-branch/JenkinsFile
@@ -19,7 +19,7 @@ node {
19
20
stage 'Stage Archive'
21
//tell Jenkins to archive the apks
22
- step([$class: 'ArtifactArchiver', artifacts: 'App/build/outputs/apk/*.apk', fingerprint: true])
+ archiveArtifacts artifacts: 'app/build/outputs/apk/*.apk', fingerprint: true
23
24
stage 'Stage Upload To Fabric'
25
sh "./gradlew crashlyticsUploadDistribution${flavor}Debug -PBUILD_NUMBER=${env.BUILD_NUMBER}"
0 commit comments