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