diff --git a/Jenkinsfile b/Jenkinsfile index e207bb6..eca6c6b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,6 +23,7 @@ pipeline { flutter pub get flutter build linux 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 . ''' @@ -32,6 +33,7 @@ pipeline { post { always { archiveArtifacts artifacts: 'cemmserver' + archiveArtifacts artifacts: 'testPaths' archiveArtifacts artifacts: '*.tgz' deleteDir()