File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/com/vectorcast/plugins/vectorcastexecution/job Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -324,8 +324,8 @@ private String[] getTestInsightsSettings() {
324324 + "--src-scm-revision %SCM_REV% "
325325 + "--versioned\n " ;
326326 tiScmConnectUnix = " "
327- + "--vc-project-local-path=$WORKSPACE/% VCAST_PROJECT_NAME% "
328- + "--vc-project-scm-path=$SCM_URL/% VCAST_PROJECT_NAME% "
327+ + "--vc-project-local-path=$WORKSPACE/$ VCAST_PROJECT_NAME "
328+ + "--vc-project-scm-path=$SCM_URL/$ VCAST_PROJECT_NAME "
329329 + "--src-local-path=$WORKSPACE "
330330 + "--src-scm-path=$SCM_URL/ "
331331 + "--vc-project-scm-technology="
@@ -376,7 +376,7 @@ private String[] getTestInsightsSettings() {
376376 + "--project "
377377 + tiProjectUnix + " "
378378 + "--test-object $BUILD_NUMBER "
379- + "--vc-project % VCAST_PROJECT_NAME% "
379+ + "--vc-project $ VCAST_PROJECT_NAME "
380380 + tiProxy + " "
381381 + "--log TESTinsights_Push.log "
382382 + tiScmConnectUnix ;
You can’t perform that action at this time.
0 commit comments