Azure / pipelines

Enable GitHub developers to trigger Azure Pipelines from a GitHub Actions workflow
MIT License
73 stars 83 forks source link

Add possibility to specify additional build parameters #18

Closed trejjam closed 10 months ago

trejjam commented 3 years ago

This PR allows specifying additional build parameters:

Input:

{
  "definition": {
    "id": 28
  },
  "project": {
    "id": "..."
  },
  "sourceBranch": "refs/heads/master",
  "sourceVersion": "...",
  "reason": 943,
  "parameters": "{\"WORLD\": \"hello\"}"
}

In Azure Pipelines: bash: env | WORLD -> WORLD=hello

ghost commented 3 years ago

CLA assistant check
All CLA requirements met.

tjcorr commented 10 months ago

closing this out as this was already implemented in #11