We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5266e82 commit a52b455Copy full SHA for a52b455
Jenkinsfile
@@ -46,7 +46,7 @@ node('rhel7'){
46
def zip = findFiles(glob: '**/*.zip')
47
sh "rsync -Pzrlt --rsh=ssh --protocol=28 ${zip[0].path} ${UPLOAD_LOCATION}/stable/intellij-dependency-analytics/"
48
currentBuild.keepLog = true
49
- currentBuild.description = "${version"}
+ currentBuild.description = "${version}"
50
}
51
52
0 commit comments