Compare commits

..

No commits in common. "7b5b4437213b4f026fb4345637b7082d4efb40e2" and "f1a9f19962bbc8ce65b828a6ccd538d38c94abc2" have entirely different histories.

1 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -30,7 +30,7 @@ pipeline {
stage ('Initialize variables') { stage ('Initialize variables') {
steps { steps {
script { script {
def lastVersion = sh(script: "git describe --tags --abbrev=0", returnStdout: true).trim() lastVersion = sh(script: "git describe --tags --abbrev=0", returnStdout: true).trim()
if (!lastVersion) { if (!lastVersion) {
lastVersion = "0.0.0" lastVersion = "0.0.0"