This commit is contained in:
Drake Marino 2024-06-06 20:08:26 -05:00
parent 8084532ba1
commit 6bdb53ecd9

3
Jenkinsfile vendored
View File

@ -3,7 +3,8 @@ pipeline {
stages {
stage('Flutter Cleanup/Update') {
steps {
sh '''echo ${env.JOBLINK_LOCAL_USER}
sh '''#!/bin/bash
echo ${env.JOBLINK_LOCAL_USER}
echo $JOBLINK_LOCAL_USER
cd fbla_ui
flutter upgrade --force