Skip to content

Commit 5c04f5b

Browse files
committed
Updating for bug found in TI linux settings
1 parent 7a3b5c2 commit 5c04f5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/vectorcast/plugins/vectorcastexecution/job/NewSingleJob.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)