From 8d19ce4a68abe3807aeb4e28245442ab7531642e Mon Sep 17 00:00:00 2001 From: zypherift Date: Sat, 4 Apr 2026 19:57:49 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 5 ----- 1 file changed, 5 deletions(-) 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 }