jenkins: archive apk as deploy
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -24,7 +24,8 @@ pipeline {
|
||||
}
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
sh 'return 1'
|
||||
echo 'Push to f-droid not yet implemented, archiving instead'
|
||||
archiveArtifacts artifacts: 'build/app/outputs/apk/release/app-release.apk'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user