From da048592dac7b925fc75423b1dd71ba36b6b0d8b Mon Sep 17 00:00:00 2001 From: primakov Date: Thu, 11 Apr 2024 12:56:36 +0300 Subject: [PATCH] no tag variant --- install/ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ci/Jenkinsfile b/install/ci/Jenkinsfile index d960bfa..65cfd3a 100644 --- a/install/ci/Jenkinsfile +++ b/install/ci/Jenkinsfile @@ -7,7 +7,7 @@ stage('install:ci') { } else { currentBuild.displayName = "#${BUILD_NUMBER}, branch ${branchName}" } - currentBuild.description = "#${BUILD_NUMBER}, branch ${branchName}, tag ${tag}\n${lastLog}" + currentBuild.description = "#${BUILD_NUMBER}, branch ${branchName}, tag ${tag ? tag : 'no tag'}\n\n${lastLog}" echo 'starting installing' sh 'npm ci' } \ No newline at end of file