Update Jenkinsfile

This commit is contained in:
2026-04-04 19:57:49 +02:00
parent 44ff18e56b
commit 8d19ce4a68

5
Jenkinsfile vendored
View File

@@ -1,10 +1,6 @@
pipeline {
agent any
triggers {
gitea()
}
stages {
stage('Copy Key Properties') {
steps {
@@ -28,7 +24,6 @@ pipeline {
}
stage('Archive') {
steps {
// Fixed path — APK is inside refilc/
archiveArtifacts artifacts: 'refilc/build/app/outputs/flutter-apk/app-release.apk',
fingerprint: true
}