Skip to content

Commit 7ca7285

Browse files
committed
Update from TF testing
1 parent 838a961 commit 7ca7285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/scripts/baseJenkinsfile.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ def transformIntoStep(inputString) {
573573
// if we are using an SCM checkout and we aren't using a single checkout directory, we need to copy back build artifacts
574574
if (VC_usingSCM && !VC_useOneCheckoutDir) {
575575
def fixedJobName = fixUpName("${env.JOB_NAME}")
576-
buildLogText += runCommands("""_VECTORCAST_DIR/vpython "${env.WORKSPACE}"/vc_scripts/copy_build_dir.py ${VC_Manage_Project} ${compiler}/${test_suite} ${fixedJobName}_${compiler}_${test_suite}_${environment} ${environment}""" )
576+
buildLogText += runCommands("""_VECTORCAST_DIR/vpython "${env.WORKSPACE}"/vc_scripts/copy_build_dir.py ${VC_Manage_Project} --level ${compiler}/${test_suite} --basename ${fixedJobName}_${compiler}_${test_suite}_${environment} --environment ${environment}""" )
577577
}
578578
}
579579

0 commit comments

Comments
 (0)