Обновить Jenkinsfile

This commit is contained in:
2026-05-17 11:00:35 +03:00
parent 45aa279ed8
commit 7c5c0245d5
Vendored
+1
View File
@@ -45,6 +45,7 @@ pipeline {
stage('Environment Setup') {
steps {
script {
sh 'flutter -v'
def flutterHome = tool name: 'Flutter', type: 'Flutter'
env.PATH = "${flutterHome}/bin:${env.PATH}"
sh 'flutter doctor -v'