Pipeline bat stuck on Windows Server 2012

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      I have Jenkins slave nodes configured on Windows Server 2012 with a very simple pipeline script:

      node('js-win') {
      	stage 'Checkout'
      	checkout scm
      	stage 'Build'
      	bat 'dir'
      }
      

      At the end of the script, from the Console output, it would just spin and hang after listing all the files.

            Assignee:
            Jesse Glick
            Reporter:
            mocsharp
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: