From f597782f998ed63143c4898654c98fb6a0c19dd2 Mon Sep 17 00:00:00 2001 From: zontreck Date: Thu, 23 Jan 2025 19:21:47 -0700 Subject: [PATCH] Add doctor instruction to build file as test --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 294edbe..a58398e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,6 +15,8 @@ pipeline { sh ''' #!/bin/bash + flutter doctor + flutter pub get chmod +x compile.sh ./compile.sh