Skip to content

Commit

Permalink
update documentation (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
madkoo authored Jan 8, 2024
1 parent 5db9bc0 commit db61f0d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [10.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,8 @@ Note: "On New Failures" is an experimental option to reduce spam in case of a co
Create a "Generic" Service Connection in 'AzureDevOps' Service Connections with a Username, password and SMTP Server. Select the created endpoint from the dropdown menu in the task.
Try to use public SMTP servers - for example - “smtp.live.com” (Hotmail/Outlook.com).
SMTP credentials generic endpoint can be configured as below for example:
![GenericEndPoint.JPG](images/GenericEndPoint.png)
![GenericEndPoint.JPG](images/GenericEndPoint.png)

### Note

Supports only Node 10.x
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Email Report Extension for Azure DevOps Marketplace
# Email Report Extension V2 for Azure DevOps Marketplace

Generates a Report with the information from the pipeline and sends it as email. Goal is to provide all the relevant info happened in the pipeline, in a concise and neat manner.

Expand Down Expand Up @@ -53,4 +53,8 @@ Note: "On New Failures" is an experimental option to reduce spam in case of a co
Create a "Generic" Service Connection in 'AzureDevOps' Service Connections with a Username, password and SMTP Server. Select the created endpoint from the dropdown menu in the task.
Try to use public SMTP servers - for example - “smtp.live.com” (Hotmail/Outlook.com).
SMTP credentials generic endpoint can be configured as below for example:
![GenericEndPoint.JPG](images/GenericEndPoint.png)
![GenericEndPoint.JPG](images/GenericEndPoint.png)

### Updates

Supports Node 10.x - 16.x
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ AzureDevOps Marketplace Extensions to do various engineering tasks.
## Email Report Task
Generates a Report with the information from the pipeline and sends it as email. Goal is to provide all the relevant info happened in the pipeline, in a concise and neat manner.

Read more [here](Tasks/emailReportTask/README.md).
Read more about V1 [here](Extensions/emailReportTask/Tasks/emailReportTask/emailReportTaskV1/README.md).
Read more about V2 [here](Extensions/emailReportTask/Tasks/emailReportTask/emailReportTaskV2/README.md).

## Pull Request Insights Task
PullRequestInsightsTask provides insights into pipelines. This extension has two main functions:

1. Investigating pull request validation failures
2. Alerting pull request owners to the introduction of long running tasks.

Read more [here](Tasks/pullRequestInsightsTask/README.md).
Read more [here](Extensions/pullRequestInsights/README.md).

# Contributing

Expand Down

0 comments on commit db61f0d

Please sign in to comment.