From 3d902f7a67dccb49477798f4f714da384586e9fa Mon Sep 17 00:00:00 2001 From: Primakov Alexandr Alexandrovich Date: Sun, 4 Aug 2024 10:02:54 +0300 Subject: [PATCH] cd script --- install/ci/Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/ci/Jenkinsfile b/install/ci/Jenkinsfile index 65cfd3a..76b81aa 100644 --- a/install/ci/Jenkinsfile +++ b/install/ci/Jenkinsfile @@ -7,7 +7,9 @@ stage('install:ci') { } else { currentBuild.displayName = "#${BUILD_NUMBER}, branch ${branchName}" } + currentBuild.description = "#${BUILD_NUMBER}, branch ${branchName}, tag ${tag ? tag : 'no tag'}\n\n${lastLog}" echo 'starting installing' + sh "pwd" sh 'npm ci' } \ No newline at end of file