Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 437 Bytes

Workflow.md

File metadata and controls

15 lines (11 loc) · 437 Bytes

Workflow

This document is a design doc.

We'd like the docker-slaves plugin to be usable with workflow plugin

Proposed syntax :

withContainers( "maven:3-jdk8", database:"mysql", webserver:"jetty:9" ) {
   // some build steps
}

Implementation notes

plugin will implement org.jenkinsci.plugins.workflow.support.steps.ExecutorStep tio offer an alternative to node()