Clean up var name
This commit is contained in:
parent
7a8a13805f
commit
477bdf6131
@ -8,9 +8,9 @@ String call(Map config = [:]) {
|
|||||||
|
|
||||||
checkout scm
|
checkout scm
|
||||||
|
|
||||||
GIT_TAG = sh(
|
gitTag = sh(
|
||||||
script: "git describe --tags --always --dirty=${runConfig.dirtyFlag}",
|
script: "git describe --tags --always --dirty=${runConfig.dirtyFlag}",
|
||||||
returnStdout: true
|
returnStdout: true
|
||||||
).trim()
|
).trim()
|
||||||
return GIT_TAG
|
return gitTag
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user