Улучшена система сборки дистрибутива.
All checks were successful
drawio-export/pipeline/head This commit looks good
drawio-export/pipeline/tag This commit looks good

This commit is contained in:
Алексей Бадяев 2023-04-13 14:02:07 +07:00
parent 9885438058
commit 096ef364b7
Signed by: alexey
GPG Key ID: 686FBC1363E4AFAE
2 changed files with 11 additions and 2 deletions

11
build/ci/Jenkinsfile vendored
View File

@ -158,6 +158,15 @@ pipeline {
} }
msSendRocketChat("${ROCKET_TITLE}", "Released assets for Windows", 'blue') msSendRocketChat("${ROCKET_TITLE}", "Released assets for Windows", 'blue')
} }
post {
success {
archiveArtifacts (
artifacts: 'dist/*.msi',
allowEmptyArchive: false,
fingerprint: true,
)
}
}
} }
} }
} }
@ -177,7 +186,7 @@ pipeline {
failNoReports: false, failNoReports: false,
) )
archiveArtifacts ( archiveArtifacts (
artifacts: 'out/*.tar.*,out/*.zip,out/*.msi', artifacts: 'out/*.tar.*,out/*.zip',
allowEmptyArchive: false, allowEmptyArchive: false,
fingerprint: true, fingerprint: true,
onlyIfSuccessful: true, onlyIfSuccessful: true,

View File

@ -1,4 +1,4 @@
drawio-export (0.1) UNRELEASED; urgency=low drawio-export (0.1) mousesoft-stable; urgency=low
* Initial Release. * Initial Release.