We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e13f3 commit 4622838Copy full SHA for 4622838
Jenkinsfile
@@ -20,7 +20,7 @@ podTemplate(label: "prometheus-${label}", inheritFrom: 'kube-slave-dood') {
20
if ( TAG_VERSION ) {
21
print TAG_VERSION
22
def V3IO_TSDB_VERSION = sh(
23
- script: "echo ${TAG_VERSION} | awk -F '-' '{print \$2}'",
+ script: "echo ${TAG_VERSION} | awk -F '-v' '{print \"v\"\$2}'",
24
returnStdout: true
25
).trim()
26
// stage('get release') {
0 commit comments