Skip to content

Commit 5266e82

Browse files
authored
chore: auto archive Jenkins release builds (#41)
Signed-off-by: Jeff MAURY <[email protected]>
1 parent 50e1ae6 commit 5266e82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ node('rhel7'){
4545
stage("Promote the build to stable") {
4646
def zip = findFiles(glob: '**/*.zip')
4747
sh "rsync -Pzrlt --rsh=ssh --protocol=28 ${zip[0].path} ${UPLOAD_LOCATION}/stable/intellij-dependency-analytics/"
48+
currentBuild.keepLog = true
49+
currentBuild.description = "${version"}
4850
}
4951
}
5052
}

0 commit comments

Comments
 (0)