From bfa69e3cd2af6cac3c6e182c9824257b920ae2e3 Mon Sep 17 00:00:00 2001 From: zypherift Date: Sat, 4 Apr 2026 20:08:31 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6e4ab11f..a2874861 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,10 +1,9 @@ pipeline { agent any - stages { stage('Copy Key Properties') { steps { - sh 'cp /home/jenkins/key.properties refilc/android/key.properties' + sh 'cp /home/jenkins/key.properties $WORKSPACE/refilc/android/key.properties' } } stage('Flutter Doctor') { @@ -29,10 +28,9 @@ pipeline { } } } - post { always { - cleanWs() + deleteDir() } } } \ No newline at end of file