Skip to content

Commit ab63e4b

Browse files
committed
chore(QTDI-2184) fix configuration of API tester projects
1 parent 3b0c049 commit ab63e4b

File tree

1 file changed

+5
-0
lines changed
  • talend-component-maven-plugin/src/it/web/.jenkins

1 file changed

+5
-0
lines changed

talend-component-maven-plugin/src/it/web/.jenkins/Jenkinsfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@ pipeline {
140140
script {
141141
JenkinsPodConfig.asdfInstall()
142142

143+
sh (
144+
script: "mvn process-resources",
145+
returnStdout: true
146+
).trim()
147+
143148
println "Get actual tck version from ${_ROOT_PATH}/pom.xml: \n"
144149
String tcompVersion = sh (
145150
script: "bash ${_SCRIPTS_PATH}/pom-get-version.sh ${_ROOT_PATH}/pom.xml",

0 commit comments

Comments
 (0)