Улучшена система сборки дистрибутива.
This commit is contained in:
parent
9885438058
commit
096ef364b7
11
build/ci/Jenkinsfile
vendored
11
build/ci/Jenkinsfile
vendored
@ -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,
|
||||
|
@ -1,4 +1,4 @@
|
||||
drawio-export (0.1) UNRELEASED; urgency=low
|
||||
drawio-export (0.1) mousesoft-stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user