-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: pipeline-model-definition-plugin
-
Labels:None
-
Similar Issues:
When the agent globally defined is a a docker-based, then if a stage defined another agent, it seems that we are facing JENKINS-33510.
PR: https://github.com/jenkinsci/pipeline-model-definition-plugin/pull/192
- is duplicated by
-
JENKINS-54586 Cannot mix dockerfile and non docker agents in a pipeline
-
- Resolved
-
-
JENKINS-50897 Running a project outside docker after specifying a dockerfile results in jenkins trying to run docker on the non-docker host
-
- Closed
-
-
JENKINS-47103 Parallel stages in declarative pipelines don't work with docker agents
-
- Closed
-
Andrew Bayer thanks for the response. I don't really care where/how the agents are specified - I just need to run all the stages in docker containers. Are you saying that it's possible to run parallel stages in containers (on multiple slaves at the same time), if I change how the agents are specified in the Jenkinsfile ?