Compare commits

...

2 Commits

Author SHA1 Message Date
deployer3000 7b5b443721 Merge pull request '123' (#5) from rc into main
test-org/test-ci-cd/pipeline/pr-main Build succeeded
2025-04-09 16:11:07 +03:00
yuobrezkov aa5427d9f5 123
test-org/test-ci-cd/pipeline/pr-main This commit looks good Details
2025-04-09 16:09:25 +03:00
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 {
lastVersion = sh(script: "git describe --tags --abbrev=0", returnStdout: true).trim() def lastVersion = sh(script: "git describe --tags --abbrev=0", returnStdout: true).trim()
if (!lastVersion) { if (!lastVersion) {
lastVersion = "0.0.0" lastVersion = "0.0.0"