From 5dd747f99c36040735a0a523911fbee6c53dfcc7 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:28:17 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D0=BD=D0=B0=D0=B8=D0=BC=D0=B5=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=80=D0=BE=D0=B4=D1=83?= =?UTF-8?q?=D0=BA=D1=82=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/ci/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/ci/Jenkinsfile b/build/ci/Jenkinsfile index 0b409c3..86e83f2 100644 --- a/build/ci/Jenkinsfile +++ b/build/ci/Jenkinsfile @@ -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 }