jenkins: archive apk as deploy

This commit is contained in:
2025-10-03 11:08:06 +02:00
parent 6415756412
commit 5c0689f300

3
Jenkinsfile vendored
View File

@@ -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'
}
}
}