Исправлено наименование продукта.
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:28:17 +07:00
parent 096ef364b7
commit 5dd747f99c
Signed by: alexey
GPG Key ID: 686FBC1363E4AFAE

View File

@ -1,4 +1,4 @@
// MouseSoft Ships Jenkins declarative pipeline
// MouseSoft Draw.io Export jenkins declarative pipeline
pipeline {
agent { label 'go' }
@ -12,7 +12,7 @@ pipeline {
environment {
PROJECT_OWNER = 'ms'
PROJECT_ID = 'drawio-export'
PROJECT_NAME = 'MouseSoft Draw.io Exporter'
PROJECT_NAME = 'MouseSoft Draw.io Export'
ROCKET_TITLE = "${currentBuild.fullDisplayName} (<${env.BUILD_URL}|Open>)"
RELEASE_ID = 0
}