diff --git a/Jenkinsfile b/Jenkinsfile index 9778c664..6e4ab11f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 }