Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
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
Attachments
Issue Links
- 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
-
- relates to
-
JENKINS-64874 declarative pipeline post do not execute in agent
-
- Open
-
abayer 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 ?