File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/resources/scripts Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments