Обновить Jenkinsfile

This commit is contained in:
2026-05-17 12:06:37 +03:00
parent 482ed4c731
commit e180cdf48b
Vendored
+1 -1
View File
@@ -53,7 +53,7 @@ pipeline {
} }
} }
stage('Flutter Deps') { stage('Flutter clean') {
when { when {
expression { expression {
params.CLEAN_BUILD == true params.CLEAN_BUILD == true