From 885036a83c83ef5d0ac8a83724e535e56e24e526 Mon Sep 17 00:00:00 2001 From: rezidir Date: Sun, 17 May 2026 11:21:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Jenkinsfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d6fbb26..b657839 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,7 +42,7 @@ pipeline { steps { script { //env.PATH = "/soft/flutter/bin/" - sh 'ls /soft' + sh 'find / -name "*flutter*"' sh '/soft/flutter/bin/flutter doctor -v' } }