diff --git a/Jenkinsfile b/Jenkinsfile index aa35055a8242f3358e3d9352ae4ef542ca97cff6..5bd4f5626926eb8051ae1d04e4d4087231d4d3af 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,10 +12,7 @@ pipeline { script: '"world"')} """ pomVersion=readMavenPom().getVersion().replaceAll("(-SNAPSHOT|-RELEASE)", "") - echo "${version}_${env.BUILD_ID}" - echo "${TAG_SELECTOR}_${env.BUILD_ID}" version="${pomVersion}_${env.BUILD_ID}" - echo "${version}" } @@ -33,6 +30,7 @@ pipeline { echo "${hello}" echo "${world}" echo '-----------------------------' + echo "${version}" echo "${currentVersion}" echo '-----------------------------'