-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
Windows Server 2016
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.
- blocks
-
JENKINS-36776 Support Windows Server Containers
- Resolved
- links to