Deleted echo info
parent
165796aa54
commit
fcc3e5aa5a
|
|
@ -35,7 +35,6 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
def hasTags = sh(script: "git tag -l | wc -l", returnStdout: true).trim().toInteger() > 0
|
def hasTags = sh(script: "git tag -l | wc -l", returnStdout: true).trim().toInteger() > 0
|
||||||
echo "${hasTags}"
|
|
||||||
|
|
||||||
def lastVersion = "0.0.0"
|
def lastVersion = "0.0.0"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue