Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Use docker workflow for CD builds? #4286

Closed
jstrachan opened this issue Jun 21, 2015 · 2 comments
Closed

Use docker workflow for CD builds? #4286

jstrachan opened this issue Jun 21, 2015 · 2 comments

Comments

@jstrachan
Copy link
Contributor

see this overview
http://developer-blog.cloudbees.com/2015/06/orchestrating-workflows-with-jenkins.html?m=1

Using docker images for things like maven installs sounds a great idea.

The docker workflow looks like an alternative to the Jenkins Job DSL and it can handle human approval steps & async pipelines nicely (and can handle Jenkins master restarts mid process)

@jstrachan
Copy link
Contributor Author

I guess we could still use the jenkins dsl to generate the builds; its just our preferred default build would be defined by a flow.groovy using the workflow DSL?

Maybe we could have a library of flow.groovy files to pick between?

@jstrachan
Copy link
Contributor Author

using Docker Workflow and Kubernetes Jenkins Plugin together is quite challenging so I've spun up an idea of how we could make those things work nicer on kubernetes here: #4340

@jstrachan jstrachan added this to the 2.2.6 milestone Jul 11, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants