fix: return this
This commit is contained in:
parent
a6d885b038
commit
ee3391bd7a
@ -61,3 +61,5 @@ def semanticGetVersion() {
|
|||||||
def version = sh(script: 'git describe --tags --abbrev=0', returnStdout: true).trim()
|
def version = sh(script: 'git describe --tags --abbrev=0', returnStdout: true).trim()
|
||||||
return version
|
return version
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return this;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user