ci: Archive the php scripts
This commit is contained in:
parent
e94bbaaf91
commit
220a317d31
1 changed files with 6 additions and 0 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -25,6 +25,10 @@ pipeline {
|
|||
|
||||
|
||||
mv build/app/outputs/bundle/release/app-release.aab build/app/outputs/bundle/release/timetrack.aab
|
||||
|
||||
cd server/php
|
||||
tar -cvf ../../php.tgz .
|
||||
cd ../..
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
@ -34,6 +38,8 @@ pipeline {
|
|||
archiveArtifacts artifacts: "build/app/outputs/flutter-apk/timetrack.apk"
|
||||
archiveArtifacts artifacts: "build/app/outputs/bundle/release/timetrack.aab"
|
||||
|
||||
archiveArtifacts artifacts: "php.tgz"
|
||||
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue