Update Jenkinsfile

This commit is contained in:
2026-06-08 21:42:18 +02:00
parent d81d261c52
commit 4ef2f479d6

5
Jenkinsfile vendored
View File

@@ -1,6 +1,11 @@
pipeline {
agent any
environment {
FLUTTER_ROOT = "/home/jenkins/flutter"
PATH = "/home/jenkins/flutter/bin:${env.PATH}"
}
stages {
stage('Clone Submodules') {
steps {