diff --git a/Jenkinsfile b/Jenkinsfile index f405bb3..b7b794d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,6 +45,8 @@ node('rhel7'){ stage("Promote the build to stable") { def zip = findFiles(glob: '**/*.zip') sh "rsync -Pzrlt --rsh=ssh --protocol=28 ${zip[0].path} ${UPLOAD_LOCATION}/stable/intellij-dependency-analytics/" + currentBuild.keepLog = true + currentBuild.description = "${version"} } } }