unable to run the bat file from pipeline in slave node- in few nodes its working and in few nodes it doesnt
build.bat' is not recognized as an internal or external command, operable program or batch file.
stage('Parallel Regression') {stage('Parallel Regression') {
buildnumber = buildno()
generateAndUnzipTAFBuild =
{ ws("$codeBase/16.5.1")
}
commonCode =
node('16.5PatchNode1')
Narayanasamy Ramaiah
Please include the log file from the pipeline in question.
Also, it looks like the above is trying to run "d2unitybuild.bat" not "build.bat". Unclear what you're pointing to.