jsdjsjsdjsdjsddjsdjsd

This commit is contained in:
2026-06-08 22:24:34 +02:00
parent 163b3a3135
commit 2cf95375cb

8
Jenkinsfile vendored
View File

@@ -1,10 +1,10 @@
pipeline {
agent any
environment {
FLUTTER_ROOT = "/home/jenkins/flutter"
FLUTTER = "/home/jenkins/flutter/bin/flutter"
DART = "/home/jenkins/flutter/bin/dart"
}
FLUTTER_ROOT = "/opt/flutter"
FLUTTER = "/opt/flutter/bin/flutter"
DART = "/opt/flutter/bin/dart"
}
stages {
stage('Clone Submodules') {
steps {