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

Pipeline script bat command hanging in windows 7

XMLWordPrintable

      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
      .........

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

              Created:
              Updated: