Add Azure DevOps publisher to scaffolder

This commit is contained in:
Mattias Frinnström
2020-09-21 13:50:31 +00:00
parent c109cbe4df
commit 56a9f8389b
10 changed files with 357 additions and 3 deletions
@@ -245,13 +245,18 @@ scaffolder:
#### Azure DevOps
For Azure DevOps we currently support the preparer stage with the configuration
of a private access token (PAT) when needed:
For Azure DevOps we support both the preparer and publisher stage with the
configuration of a private access token (PAT) when needed. For the publisher
it's also required to define the organization that you want to create the
repository in.
```yaml
scaffolder:
azure:
api:
organization:
$secret:
env: AZURE_ORGANIZATION
token:
$secret:
env: AZURE_PRIVATE_TOKEN