Update Jenkinsfile

This commit is contained in:
2026-06-08 22:50:44 +02:00
parent 7985a11f99
commit 1ca975f0bd

2
Jenkinsfile vendored
View File

@@ -4,6 +4,8 @@ pipeline {
FLUTTER_ROOT = "/opt/flutter"
FLUTTER = "/opt/flutter/bin/flutter"
DART = "/opt/flutter/bin/dart"
ANDROID_SDK_ROOT = "/opt/android-sdk"
ANDROID_HOME = "/opt/android-sdk"
}
stages {
stage('Clone Submodules') {