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 }