Add testPaths build to the jenkinsfile
This commit is contained in:
parent
a1301163a6
commit
de2bbde18b
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -23,6 +23,7 @@ pipeline {
|
||||||
flutter pub get
|
flutter pub get
|
||||||
flutter build linux
|
flutter build linux
|
||||||
dart compile exe -o cemmserver bin/server.dart
|
dart compile exe -o cemmserver bin/server.dart
|
||||||
|
dart compile exe -o testPaths bin/testAbsolutePath.dart
|
||||||
|
|
||||||
cd build/linux/x64/release/bundle; tar -cvf ../../../../../client.tgz .
|
cd build/linux/x64/release/bundle; tar -cvf ../../../../../client.tgz .
|
||||||
'''
|
'''
|
||||||
|
@ -32,6 +33,7 @@ pipeline {
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: 'cemmserver'
|
archiveArtifacts artifacts: 'cemmserver'
|
||||||
|
archiveArtifacts artifacts: 'testPaths'
|
||||||
archiveArtifacts artifacts: '*.tgz'
|
archiveArtifacts artifacts: '*.tgz'
|
||||||
|
|
||||||
deleteDir()
|
deleteDir()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue