This commit is contained in:
Drake Marino 2024-06-06 20:06:43 -05:00
parent 8efffef7c9
commit 8084532ba1

4
Jenkinsfile vendored
View File

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