[JIRA] (JENKINS-61951) build.bat' is not recognized as an internal or external command, operable program or batch file.

9 views
Skip to first unread message

gowram2narayan@gmail.com (JIRA)

unread,
Apr 17, 2020, 1:40:03 PM4/17/20
to jenkinsc...@googlegroups.com
Narayanasamy Ramaiah created an issue
 
Jenkins / Bug JENKINS-61951
build.bat' is not recognized as an internal or external command, operable program or batch file.
Issue Type: Bug Bug
Assignee: Kohsuke Kawaguchi
Attachments: image-2020-04-17-23-05-07-256.png
Components: batch-task-plugin, pipeline
Created: 2020-04-17 17:39
Environment: Jenkins ver. 2.190.1


Priority: Blocker Blocker
Reporter: Narayanasamy Ramaiah

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.

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)
Atlassian logo

gowram2narayan@gmail.com (JIRA)

unread,
Apr 17, 2020, 1:44:02 PM4/17/20
to jenkinsc...@googlegroups.com
Narayanasamy Ramaiah commented on Bug JENKINS-61951
 
Re: 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")

           

{                  bat "d2unitybuild.bat" }

}

commonCode =

{            generateAndUnzipTAFBuild()       }

    node('16.5PatchNode1')

   

{                  commonCode Stories      }

}

gowram2narayan@gmail.com (JIRA)

unread,
Apr 17, 2020, 1:47:04 PM4/17/20
to jenkinsc...@googlegroups.com
stage('Parallel Regression') 

{

         buildnumber = buildno()

generateAndUnzipTAFBuild =

{
            ws("$codeBase/16.5.1")

           
{                

                bat "d2unitybuild.bat"

          }

}

commonCode =

{          


  generateAndUnzipTAFBuild()      

}

    node('
16.5PatchNode1 node1 ')

   


{                 

         commonCode Stories      

      }

}

gowram2narayan@gmail.com (JIRA)

unread,
Apr 17, 2020, 1:47:04 PM4/17/20
to jenkinsc...@googlegroups.com
stage('Parallel Regression')  

{ stage('Parallel Regression') {

          buildnumber = buildno()

generateAndUnzipTAFBuild =

{
            ws("$codeBase/16.5.1")

            {

               

                bat "d2unitybuild.bat"

          }

}


commonCode = {

{          

 generateAndUnzipTAFBuild()

     

}


    node('16.5PatchNode1')

    {   


             

         
commonCode Stories      

     }

}

bitwiseman@gmail.com (JIRA)

unread,
Apr 28, 2020, 4:40:02 PM4/28/20
to jenkinsc...@googlegroups.com

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.

Reply all
Reply to author
Forward
0 new messages