Deleted echo info

pull/15/head
yuobrezkov 2025-04-10 12:07:30 +03:00
parent 165796aa54
commit fcc3e5aa5a
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -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"