Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit 499879d

Browse files
authored
Merge pull request #51 from v3io/development
Development
2 parents 0072678 + 2f7cb27 commit 499879d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ podTemplate(label: "${git_project}-${label}", inheritFrom: "jnlp-docker") {
2121
common.notify_slack {
2222
stage('get tag data') {
2323
container('jnlp') {
24-
TAG_VERSION = github.get_tag_version(TAG_NAME, '^(v[\\.0-9]*.*-v[\\.0-9]*|unstable)\$')
25-
DOCKER_TAG_VERSION = github.get_docker_tag_version(TAG_NAME, '^(v[\\.0-9]*.*-v[\\.0-9]*|unstable)\$')
24+
TAG_VERSION = github.get_tag_version(TAG_NAME)
25+
DOCKER_TAG_VERSION = github.get_docker_tag_version(TAG_NAME)
2626

2727
echo "$TAG_VERSION"
2828
echo "$DOCKER_TAG_VERSION"

0 commit comments

Comments
 (0)