Need the plugin could be used with Windows agents

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

XMLWordPrintable

      When we create a pipeline with this code:

      pipeline {

      agent
      {
      dockerfile {
      label 'Docker_POC__Windows2016_Node1'
      }
      }

      stages {
      stage('build') {
      steps {
      checkout scm
      bat 'set'
      }
      }
      }
      }

       

      On a windows server 2016 we obtain this error:

      Caused: java.io.IOException: Cannot run program "nohup" (in directory "c:\cbjenkins-slave1\workspace\CBJ_Docker_POC\dotNetonWindows2016"): CreateProcess error=2, The system cannot find the file specified

       

      Looks like the plugin is not prepared to works with Windows.

      We would like that the plugin has support for windows machines.

            Assignee:
            Joseph Petersen
            Reporter:
            Javier Raez
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: