configuration-as-code-plugin/demos/docker-workflow
Devin Nusbaum 319b642b06 Update docker-workflow and pipeline-model-definition
Update tests related to GlobalConfig now that that class is part of
docker-workflow instead of pipeline-model-definition.
2020-06-08 21:08:14 +01:00
..
README.md Update docker-workflow and pipeline-model-definition 2020-06-08 21:08:14 +01:00

README.md

Configure Declarative agent settings for Docker Pipeline

Global configuration for Docker Workflow plugin belongs under unclassified root element

Sample configuration

unclassified:
  pipeline-model-docker:
    dockerLabel: "label-casc"
    registry:
      url: "my.docker.endpoint"
      credentialsId: "credId"