@@ -568,55 +568,55 @@ private String generateJenkinsfile() throws IOException {
568568 + "//\n "
569569 + "// ===========================================================\n "
570570 + "\n "
571- + "VC_Manage_Project = \' " + getManageProjectName () + "\' \n "
572- + "VC_EnvSetup = '''" + setup + "'''\n "
573- + "VC_Build_Preamble = \" " + preamble + "\" \n "
574- + "VC_EnvTeardown = '''" + teardown + "'''\n "
571+ + "def VC_Manage_Project = \' " + getManageProjectName () + "\' \n "
572+ + "def VC_EnvSetup = '''" + setup + "'''\n "
573+ + "def VC_Build_Preamble = \" " + preamble + "\" \n "
574+ + "def VC_EnvTeardown = '''" + teardown + "'''\n "
575575 + "def scmStep () { " + pipelineSCM + " }\n "
576576 + "VC_usingSCM = "
577577 + String .valueOf (pipelineSCM .length () != 0 ) + "\n "
578- + "VC_postScmStepsCmds = '''" + postCheckoutCmds + "'''\n "
579- + "VC_sharedArtifactDirectory = '''"
578+ + "def VC_postScmStepsCmds = '''" + postCheckoutCmds + "'''\n "
579+ + "def VC_sharedArtifactDirectory = '''"
580580 + sharedArtifactDirectory + "'''\n "
581- + "VC_Agent_Label = '" + getNodeLabel () + "'\n "
582- + "VC_waitTime = '" + getWaitTime () + "'\n "
583- + "VC_waitLoops = '" + getWaitLoops () + "'\n "
584- + "VC_maxParallel = " + getMaxParallel ().toString () + "\n "
585- + "VC_useOneCheckoutDir = " + singleCheckout + "\n "
586- + "VC_UseCILicense = " + vcUseCi + "\n "
587- + "VC_useCBT = " + incremental + "\n "
588- + "VC_useCoveragePlugin = " + getUseCoveragePlugin () + "\n "
589- + "VC_createdWithVersion = '"
581+ + "def VC_Agent_Label = '" + getNodeLabel () + "'\n "
582+ + "def VC_waitTime = '" + getWaitTime () + "'\n "
583+ + "def VC_waitLoops = '" + getWaitLoops () + "'\n "
584+ + "def VC_maxParallel = " + getMaxParallel ().toString () + "\n "
585+ + "def VC_useOneCheckoutDir = " + singleCheckout + "\n "
586+ + "def VC_UseCILicense = " + vcUseCi + "\n "
587+ + "def VC_useCBT = " + incremental + "\n "
588+ + "def VC_useCoveragePlugin = " + getUseCoveragePlugin () + "\n "
589+ + "def VC_createdWithVersion = '"
590590 + VcastUtils .getVersion ().orElse ("Unknown" ) + "'\n "
591- + "VC_usePCLintPlus = "
591+ + "def VC_usePCLintPlus = "
592592 + String .valueOf (getPclpCommand ().length () != 0 ) + "\n "
593- + "VC_pclpCommand = '" + getPclpCommand () + "'\n "
594- + "VC_pclpResultsPattern = '" + getPclpResultsPattern () + "'\n "
595- + "VC_useSquore = "
593+ + "def VC_pclpCommand = '" + getPclpCommand () + "'\n "
594+ + "def VC_pclpResultsPattern = '" + getPclpResultsPattern () + "'\n "
595+ + "def VC_useSquore = "
596596 + String .valueOf (getSquoreCommand ().length () != 0 ) + "\n "
597- + "VC_squoreCommand = '''" + getSquoreCommand () + "'''\n "
598- + "VC_useTESTinsights = "
597+ + "def VC_squoreCommand = '''" + getSquoreCommand () + "'''\n "
598+ + "def VC_useTESTinsights = "
599599 + String .valueOf (getTestInsightsUrl ().length () != 0 ) + "\n "
600- + "VC_TESTinsights_URL = '" + getTestInsightsUrl () + "'\n "
601- + "VC_TESTinsights_Project = \" "
600+ + "def VC_TESTinsights_URL = '" + getTestInsightsUrl () + "'\n "
601+ + "def VC_TESTinsights_Project = \" "
602602 + getTestInsightsProject () + "\" \n "
603- + "VC_TESTinsights_Proxy = '" + getTestInsightsProxy () + "'\n "
604- + "VC_TESTinsights_Credential_ID = '"
603+ + "def VC_TESTinsights_Proxy = '" + getTestInsightsProxy () + "'\n "
604+ + "def VC_TESTinsights_Credential_ID = '"
605605 + getTestInsightsCredentialsId () + "'\n "
606- + "VC_TESTinsightsScmUrl = '"
606+ + "def VC_TESTinsightsScmUrl = '"
607607 + getTestInsightsScmUrl () + "'\n "
608- + "VC_TESTinsights_SCM_Tech = '"
608+ + "def VC_TESTinsights_SCM_Tech = '"
609609 + getTestInsightsScmTech () + "'\n "
610- + "VC_TESTinsights_Revision = \" \" \n "
611- + "VC_useCoverageHistory = " + getUseCoverageHistory () + "\n "
612- + "VC_useStrictImport = " + getUseStrictTestcaseImport () + "\n "
613- + "VC_useRGW3 = " + getUseRGW3 () + "\n "
614- + "VC_useImportedResults = " + getUseImportedResults () + "\n "
615- + "VC_useLocalImportedResults = "
610+ + "def VC_TESTinsights_Revision = \" \" \n "
611+ + "def VC_useCoverageHistory = " + getUseCoverageHistory () + "\n "
612+ + "def VC_useStrictImport = " + getUseStrictTestcaseImport () + "\n "
613+ + "def VC_useRGW3 = " + getUseRGW3 () + "\n "
614+ + "def VC_useImportedResults = " + getUseImportedResults () + "\n "
615+ + "def VC_useLocalImportedResults = "
616616 + getUseLocalImportedResults () + "\n "
617- + "VC_useExternalImportedResults = "
617+ + "def VC_useExternalImportedResults = "
618618 + getUseExternalImportedResults () + "\n "
619- + "VC_externalResultsFilename = \" "
619+ + "def VC_externalResultsFilename = \" "
620620 + getExternalResultsFilename () + "\" \n "
621621 + "\n " ;
622622
0 commit comments