ci: repairs
This commit is contained in:
parent
7e818dc545
commit
f8e3ff359d
1 changed files with 2 additions and 3 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -19,12 +19,11 @@ pipeline {
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
flutter build apk
|
flutter build apk
|
||||||
flutter build appbundle
|
|
||||||
|
|
||||||
mv build/app/outputs/flutter-apk/app-release.apk build/app/outputs/flutter-apk/timetrack.apk
|
mv build/app/outputs/flutter-apk/app-release.apk build/app/outputs/flutter-apk/timetrack.apk
|
||||||
|
|
||||||
|
|
||||||
mv build/app/outputs/bundle/release/app-release.aab build/app/outputs/bundle/release/timetrack.aab
|
|
||||||
|
|
||||||
cd server/php
|
cd server/php
|
||||||
tar -cvf ../../php.tgz .
|
tar -cvf ../../php.tgz .
|
||||||
|
@ -36,7 +35,7 @@ pipeline {
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: "build/app/outputs/flutter-apk/timetrack.apk"
|
archiveArtifacts artifacts: "build/app/outputs/flutter-apk/timetrack.apk"
|
||||||
archiveArtifacts artifacts: "build/app/outputs/bundle/release/timetrack.aab"
|
|
||||||
|
|
||||||
archiveArtifacts artifacts: "php.tgz"
|
archiveArtifacts artifacts: "php.tgz"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue