Hi Nicolas,

Sorry about the delay. I've been looking at ExecutorStepExecution 
<https://github.com/jenkinsci/workflow-plugin/blob/master/support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/ExecutorStepExecution.java>
 in 
terms of what hooks need to be configured for a Docker execution. I think a 
lot of the docker-slaves work should be applicable, and we can probably 
spin up a container to run steps instead of queueing a task to run on a 
node. Some of the filesystem-based hooks might be a bit tricky, but do you 
think injecting code into the Docker containers might be feasible? Having 
some access from the inside could help with things.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/fb938391-7c7a-490a-af72-66ea12ed5ff9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to