Skip to content

Commit a52b455

Browse files
committed
chore: Fix Jenkinsfile syntax
Signed-off-by: Jeff MAURY <[email protected]>
1 parent 5266e82 commit a52b455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ node('rhel7'){
4646
def zip = findFiles(glob: '**/*.zip')
4747
sh "rsync -Pzrlt --rsh=ssh --protocol=28 ${zip[0].path} ${UPLOAD_LOCATION}/stable/intellij-dependency-analytics/"
4848
currentBuild.keepLog = true
49-
currentBuild.description = "${version"}
49+
currentBuild.description = "${version}"
5050
}
5151
}
5252
}

0 commit comments

Comments
 (0)