Skip to content

Commit

Permalink
get tag_version
Browse files Browse the repository at this point in the history
  • Loading branch information
Geapefurit committed Oct 8, 2023
1 parent 8a622b5 commit 6abf88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ pipeline {
'''.stripIndent())

TAG_VERSION = sh(returnStatus: true,
script: '''git tag|grep '[13579]$'|tail -n 1'''
script: 'git tag|grep '[13579]$'|tail -n 1'
).trim()
}
}
Expand Down

0 comments on commit 6abf88b

Please sign in to comment.