We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0c049 commit ab63e4bCopy full SHA for ab63e4b
talend-component-maven-plugin/src/it/web/.jenkins/Jenkinsfile
@@ -140,6 +140,11 @@ pipeline {
140
script {
141
JenkinsPodConfig.asdfInstall()
142
143
+ sh (
144
+ script: "mvn process-resources",
145
+ returnStdout: true
146
+ ).trim()
147
+
148
println "Get actual tck version from ${_ROOT_PATH}/pom.xml: \n"
149
String tcompVersion = sh (
150
script: "bash ${_SCRIPTS_PATH}/pom-get-version.sh ${_ROOT_PATH}/pom.xml",
0 commit comments