Skip to content

Commit

Permalink
read version from pom (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
MxEh-TT committed Nov 29, 2023
1 parent ebde560 commit f334bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile.internal
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ pipeline {
authKey = credentials('TG_authkey_test_report_upload')
pipeline_report_dir = "report2TG/build-$env.BUILD_NUMBER"
PRODUCT_NAME = "ecutest-plugin"
PRODUCT_VERSION = '$TAG_NAME'
TEST_LEVEL = "Unit"
PRODUCT_VERSION = readMavenPom().getVersion()
TEST_LEVEL = "Unit Tests"
}
tools {
maven 'M3'
Expand Down

0 comments on commit f334bc5

Please sign in to comment.