Update Jenkinsfile
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user