cb630b3bef
* Change the cli from vsts-cli to azure-devops extension in github actions for pipelines and boards * Fix instance-organization renaming missed earlier. * Fix login command which does not take token in command params anymore * syntax fix * change step location for extension install * Move extension install from docker file to entrypoint.sh * Avoid git blame noise * Update entrypoint.sh |
||
---|---|---|
.. | ||
Dockerfile | ||
README.md | ||
entrypoint.sh |
README.md
GitHub Action for triggering Azure YAML Pipelines
Usage
action "Trigger Azure Pipelines" {
uses = "Azure/github-actions/pipelines@master"
env = {
AZURE_DEVOPS_URL = "<Azure DevOps URL>"
AZURE_DEVOPS_PROJECT = "<Azure DevOps Project Name>"
AZURE_PIPELINE_NAME= "<Azure Pipeline Name>"
}
secrets = ["AZURE_DEVOPS_TOKEN"]
}
Secrets
AZURE_DEVOPS_TOKEN
– Mandatory
Environment variables
AZURE_DEVOPS_URL
– Mandatory; the fully-qualified URL to the Azure DevOps organization (eg,https://dev.azure.com/organization
orhttps://server.example.com:8080/tfs/DefaultCollection
)AZURE_DEVOPS_PROJECT
– MandatoryAZURE_PIPELINE_NAME
– Mandatory