Azure / Azure/pipelines

[Bug/Question/Feature-Request] Parameters passed to Pipeline are not being accepted

Open
#60 2 comments 0 reactions 0 assignees View on GitHub
need-to-triage
Dominant language
TypeScript
Stars
85
Forks
99
PR merge metrics
No merged PRs in 30d

Description

Pipeline parameter seems not beeing accepted! :-(

- uses: Azure/pipelines@v1
with:
azure-devops-project-url: 'https://dev.azure.com/organization/project-name'
azure-pipeline-name: 'pipeline-name' # name of the Azure pipeline to be triggered
azure-devops-token: '${{ secrets.AZURE_DEVOPS_TOKEN }}'
**azure-pipeline-variables: '{"variable1": "value1", "variable2": "value2"}' # optional stringified json**

I get this error:

Warning: Unexpected input(s) 'azure-pipeline-variables', valid inputs are ['azure-devops-project-url', 'azure-pipeline-name', 'azure-devops-token']
Run Azure/pipelines@v1
Creating connection with Azure DevOps service : "https://dev.azure.com/SI-idtxccoe"
Connection created
**Error: Failed request: (401)**

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.