We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pipeline parameter seems not beeing accepted! :-(
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)
The text was updated successfully, but these errors were encountered:
Use a token with full access scopes
Sorry, something went wrong.
I had to use @v1.2, @v1 didn't work
@v1.2
@v1
No branches or pull requests
Pipeline parameter seems not beeing accepted! :-(
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)
The text was updated successfully, but these errors were encountered: