Fix linux server artifact name
This commit is contained in:
parent
4bd35a73d0
commit
42b94fcb9a
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -22,7 +22,7 @@ pipeline {
|
||||||
|
|
||||||
flutter pub get
|
flutter pub get
|
||||||
flutter build linux
|
flutter build linux
|
||||||
dart compile exe -o server bin/server.dart
|
dart compile exe -o cemmserver bin/server.dart
|
||||||
|
|
||||||
cd build/linux/x64/release/bundle; tar -cvf ../../../../../client.tgz .
|
cd build/linux/x64/release/bundle; tar -cvf ../../../../../client.tgz .
|
||||||
'''
|
'''
|
||||||
|
@ -31,7 +31,7 @@ pipeline {
|
||||||
|
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: 'server'
|
archiveArtifacts artifacts: 'cemmserver'
|
||||||
archiveArtifacts artifacts: '*.tgz'
|
archiveArtifacts artifacts: '*.tgz'
|
||||||
|
|
||||||
deleteDir()
|
deleteDir()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue