Skip to content

Commit

Permalink
added release number to the tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
abychko committed Oct 1, 2024
1 parent 1a8f474 commit 3b41ddf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/helm-release-job.groovy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
version = "8.0.39"
directory = "mysql-galera-" + version
directory = "mysql-galera-" + version + "-" + env.RELEASENUM
tarball = directory + ".tar.gz"
//
pipeline {
Expand Down
4 changes: 4 additions & 0 deletions .jenkins/helm-release-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
name: GIT_TARGET
default: "main"
description: "Branch, Tag or commit hash"
- string:
name: RELEASENUM
default: "1"
description: "Package version"
triggers:
- pollscm:
cron: "@daily"
Expand Down

0 comments on commit 3b41ddf

Please sign in to comment.