This commit is contained in:
cghislai 2021-11-27 18:26:13 +01:00
parent 06c521b175
commit 5e8f43b92a

2
Jenkinsfile vendored
View File

@ -35,7 +35,7 @@ pipeline {
sh 'flutter doctor'
sh 'GIT_SSH_COMMAND="ssh -o UserKnownHostsFile=/var/run/ssh/known_hosts.gitea.valuya.com" flutter pub get'
sh 'flutter clean'
sh 'APP_TITLE="$APP_TITLE" APP_URI="$APP_URI" APP_COLOR="$APP_COLOR" BUILDMODE="$BUILD_MODEs" ./tools/jenkins-build-android.sh'
sh 'APP_TITLE="$APP_TITLE" APP_URI="$APP_URI" APP_COLOR="$APP_COLOR" BUILDMODE="$BUILD_MODE" ./tools/jenkins-build-android.sh'
stash(name: 'outputs', includes: 'build/app/outputs/**')
}
}