From 096ef364b70e8c062990da7a07da013a7186fd5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=91=D0=B0?= =?UTF-8?q?=D0=B4=D1=8F=D0=B5=D0=B2?= Date: Thu, 13 Apr 2023 14:02:07 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=BB=D1=83=D1=87=D1=88=D0=B5=D0=BD?= =?UTF-8?q?=D0=B0=20=D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D0=B0=20=D1=81?= =?UTF-8?q?=D0=B1=D0=BE=D1=80=D0=BA=D0=B8=20=D0=B4=D0=B8=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=B8=D0=B1=D1=83=D1=82=D0=B8=D0=B2=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/ci/Jenkinsfile | 11 ++++++++++- build/package/debian/changelog | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/build/ci/Jenkinsfile b/build/ci/Jenkinsfile index 2d17698..0b409c3 100644 --- a/build/ci/Jenkinsfile +++ b/build/ci/Jenkinsfile @@ -158,6 +158,15 @@ pipeline { } 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, ) archiveArtifacts ( - artifacts: 'out/*.tar.*,out/*.zip,out/*.msi', + artifacts: 'out/*.tar.*,out/*.zip', allowEmptyArchive: false, fingerprint: true, onlyIfSuccessful: true, diff --git a/build/package/debian/changelog b/build/package/debian/changelog index 6c4dbfb..301aded 100644 --- a/build/package/debian/changelog +++ b/build/package/debian/changelog @@ -1,4 +1,4 @@ -drawio-export (0.1) UNRELEASED; urgency=low +drawio-export (0.1) mousesoft-stable; urgency=low * Initial Release.