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