Skip to content

Commit

Permalink
doc review
Browse files Browse the repository at this point in the history
  • Loading branch information
joalmeid committed Apr 3, 2020
1 parent 8af1f39 commit c941b97
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 14 deletions.
6 changes: 4 additions & 2 deletions .pipelines/template-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,11 @@ steps:
repositoryName: '$(Build.Repository.Name)'
action: 'create'
target: '$(Build.SourceVersion)'
tagSource: 'gitTag'
tagPattern: 'v1.*'
tagSource: userSpecifiedTag
tag: '$(ExtensionVersion)'
title: 'Release-$(ExtensionVersion)'
assets: '$(Pipeline.Workspace)/${{parameters.artifactName}}/${{parameters.publisherId}}.${{parameters.projName}}-*.vsix'
changeLogCompareToRelease: 'lastFullRelease'
changeLogType: 'commitBased'


9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[![Build Status](https://joalmeid.visualstudio.com/azdo-pipeline-triggerer/_apis/build/status/pipeline-triggerer-extension-CICD?branchName=master&stageName=PROD)](https://joalmeid.visualstudio.com/azdo-pipeline-triggerer/_build/latest?definitionId=180&branchName=master) [![Build Status](https://joalmeid.visualstudio.com/azdo-pipeline-triggerer/_apis/build/status/pipeline-triggerer-extension-CICD?branchName=master&stageName=DEV)](https://joalmeid.visualstudio.com/azdo-pipeline-triggerer/_build/latest?definitionId=180&branchName=master)
[![Build Status](https://joalmeid.visualstudio.com/azdo-pipeline-triggerer/_apis/build/status/pipeline-triggerer-extension-CICD?branchName=master)](https://joalmeid.visualstudio.com/azdo-pipeline-triggerer/_build/latest?definitionId=180&branchName=master)

![Logo](assets/azdo-pipeline-trigger-logo-150.png)
## Pipeline Triggerer Extension for Azure Pipelines ##

This extension allows you to trigger any existing build or release definition. No matter if its implemented with the Classic Editor or YAML pipelines.
This is usefull when you need to orchestrate one or several pipelines from your authored pipeline.

![Extension ADO Pipeline Trigger Task](/static/images/ext-pipeline-trigger-task-ui.png)
![Extension ADO Pipeline Trigger Task](assets/pipeline-triggerer-task-ui-classical-add.png)

### Highlights ###
> This extension is ***cross platform***. You can run it from **Windows**, **Linux** or **macOS** self-hosted agents.
Expand All @@ -15,11 +16,11 @@ The Pipeline Triggerer Extension include the following contributions:

1. Pipeline Triggerer Task

![Extension ADO Pipeline Triggerer Task](/static/images/ext-pipeline-trigger-task-ui-classical.png)
![Extension ADO Pipeline Triggerer Task](assets/pipeline-triggerer-task-ui-classical.png)

2. Azure Devops Service Connection

![Extension ADO Service EndPoint](/static/images/ext-service-endpoint.png)
![Extension ADO Service EndPoint](assets/pipeline-triggerer-service-endpoint.png)

Don't know how to get started? Well it's easy as:
1. Create your Service Endpoint
Expand Down
Binary file added assets/azdo-pipeline-trigger-logo-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/pipeline-triggerer-service-endpoint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/pipeline-triggerer-task-yaml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ The Pipeline Triggerer Extension include the following contributions:

1. Pipeline Triggerer Task

![Extension ADO Pipeline Triggerer Task](/static/images/ext-pipeline-trigger-task-ui-classical.png)
![Extension ADO Pipeline Triggerer Task](/static/images/pipeline-triggerer-task-ui-classical.png)

2. Azure Devops Service Connection

![Extension ADO Service EndPoint](/static/images/ext-service-endpoint.png)
![Extension ADO Service EndPoint](/static/images/pipeline-triggerer-service-endpoint.png)

Don't know how to get started? Well it's easy as:
1. Create your Service Endpoint
Expand All @@ -40,6 +40,8 @@ To make the Pipeline Triggerer Task available, you must:
- Configure a service end-point in Azure DevOps for accessing the ADO Rest Api;
- Use the Pipeline Triggerer Task in your build/release definitions.

![Extension ADO Pipeline Triggerer Task in Yaml](/static/images/pipeline-triggerer-task-yaml.png)

### Pipeline Triggerer Task ###

```yaml
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/static/images/pipeline-triggerer-service-endpoint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/static/images/pipeline-triggerer-task-ui-classical-add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/static/images/pipeline-triggerer-task-ui-classical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/static/images/pipeline-triggerer-task-ui.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 23 additions & 6 deletions src/vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,18 @@
],
"screenshots": [
{
"path": "static/images/pipeline-triggerer-task-ui.png"
"path": "static/images/marketplace-pipeline-triggerer-service-endpoint.png"
},
{
"path": "static/images/pipeline-triggerer-service-endpoint.png"
"path": "static/images/marketplace-pipeline-triggerer-task-ui-classical.png"
},
{
"path": "static/images/marketplace-pipeline-triggerer-task-ui-classical-add.png"
},
{
"path": "static/images/marketplace-pipeline-triggerer-task-yaml.png"
}
],
],
"content": {
"license": {
"path": "license.md"
Expand All @@ -57,10 +63,10 @@
},
"links": {
"getstarted": {
"uri": "https://github.com/joalmeid/pipeline-triggerer/wiki/Getting-Started"
"uri": "https://github.com/joalmeid/pipeline-triggerer"
},
"support": {
"uri": "https://github.com/joalmeid/pipeline-triggerer/wiki"
"uri": "https://github.com/joalmeid/pipeline-triggerer/issues"
},
"issues": {
"uri": "https://github.com/joalmeid/pipeline-triggerer/issues"
Expand All @@ -69,9 +75,20 @@
"uri": "https://github.com/joalmeid/pipeline-triggerer"
},
"learn": {
"uri": "https://github.com/joalmeid/pipeline-triggerer/wiki"
"uri": "https://github.com/joalmeid/pipeline-triggerer/blob/master/src/overview.md"
}
},
"repository": {
"type": "git",
"uri": "https://github.com/joalmeid/pipeline-triggerer"
},
"badges": [
{
"href": "https://joalmeid.visualstudio.com/azdo-pipeline-triggerer/_build/latest?definitionId=180&branchName=master",
"uri": "https://joalmeid.visualstudio.com/azdo-pipeline-triggerer/_apis/build/status/pipeline-triggerer-extension-CICD?branchName=master",
"description": "Azure Pipelines CICD multi-stage pipeline for the project"
}
],
"contributions": [
{
"id": "pipeline-trigger-task",
Expand Down

0 comments on commit c941b97

Please sign in to comment.