correct concatinate symbol
This commit is contained in:
parent
0323c14c2c
commit
21a626c645
@ -44,7 +44,7 @@ pipeline {
|
||||
apk add --no-cache git
|
||||
fi
|
||||
"""
|
||||
k8slensVersion = "refs/tags/" . sh (
|
||||
k8slensVersion = "refs/tags/" + sh (
|
||||
script: """
|
||||
git \
|
||||
-c 'versionsort.suffix=-' \
|
||||
|
Reference in New Issue
Block a user