fixed pipeline
This commit is contained in:
parent
6df463a2b2
commit
50dec0cb60
@ -4,7 +4,7 @@
|
||||
Формат основан на [Keep a Changelog](https://keepachangelog.com/ru/1.1.0/),
|
||||
и этот проект придерживается [Semantic Versioning](https://semver.org/lang/ru/).
|
||||
|
||||
## [1.0] - Не опубликовано
|
||||
## [1.0](https://git.mousesoft.ru/ms/drawio-export/releases/tag/v1.0) - 2023-04-12
|
||||
|
||||
- **Добавлено**
|
||||
- Все параметры передаются программе `drawio` из пакета `drawio-desktop` без
|
||||
|
14
build/ci/Jenkinsfile
vendored
14
build/ci/Jenkinsfile
vendored
@ -11,7 +11,7 @@ pipeline {
|
||||
}
|
||||
environment {
|
||||
PROJECT_OWNER = 'ms'
|
||||
PROJECT_ID = 'drawio-exporter'
|
||||
PROJECT_ID = 'drawio-export'
|
||||
PROJECT_NAME = 'MouseSoft Draw.io Exporter'
|
||||
ROCKET_TITLE = "${currentBuild.fullDisplayName} (<${env.BUILD_URL}|Open>)"
|
||||
RELEASE_ID = 0
|
||||
@ -121,12 +121,12 @@ pipeline {
|
||||
find -O1 dist/ -name '*.changes' -exec dput mousesoft \\{\\} \\;
|
||||
'''
|
||||
script {
|
||||
// msUploadFilesToRelease(
|
||||
// "${PROJECT_OWNER}",
|
||||
// "${PROJECT_ID}",
|
||||
// RELEASE_ID,
|
||||
// ['dist/*.deb'],
|
||||
// )
|
||||
msUploadFilesToRelease(
|
||||
"${PROJECT_OWNER}",
|
||||
"${PROJECT_ID}",
|
||||
RELEASE_ID,
|
||||
['dist/*.deb'],
|
||||
)
|
||||
if( currentBuild.currentResult == 'SUCCESS' ) {
|
||||
currentBuild.keepLog = true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user