Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-41130

Pipeline script bat command hanging in windows 7

      When I run pipeline build process , it hangs for ever .
      my pipeline script
      node

      { stage 'Build' bat 'mvn clean' }

      ------------------------------Console -output ----
      Running on master in %

      {JENKINS_HOME}

      \workspace\Pipeline My CR
      [Pipeline] {
      [Pipeline] stage (Clone SVN Source)
      Using the ‘stage’ step without a block argument is deprecated
      Entering stage Clone SVN Source
      Proceeding
      [Pipeline] svn
      Updating file:///D:/Jenkins_Framework/Project_Repository/trunk/java at revision '2017-01-17T20:13:28.142 +0700'
      At revision 24

      No changes for file:///D:/Jenkins_Framework/Project_Repository/trunk/java since the previous build
      [Pipeline] stage (Build)
      Using the ‘stage’ step without a block argument is deprecated
      Entering stage Build
      Proceeding
      [Pipeline] bat
      [Pipeline My CR] Running batch script
      .........

          [JENKINS-41130] Pipeline script bat command hanging in windows 7

          Rajesh Sahani created issue -
          Jesse Glick made changes -
          Component/s New: durable-task-plugin [ 18622 ]
          Component/s Original: pipeline-build-step-plugin [ 21707 ]
          Labels New: windows
          Vivek Pandey made changes -
          Labels Original: windows New: triaged-2018-11 windows

            Unassigned Unassigned
            rsahani999 Rajesh Sahani
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: