Conversation
|
Is there any progress on this PR? It would be great to be able to pass pipeline parameters in the action |
|
Is there any update for this? |
# Conflicts: # action.yml # lib/main.js # lib/pipeline.error.js # lib/pipeline.runner.js # lib/task.parameters.js # lib/util/logger.js # lib/util/pipeline.helper.js # lib/util/url.parser.js
|
at the moment you can use my repository: - name: Azure Pipelines Action - Jversion
uses: jacopocarlini/azure-pipelines@v1.4
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
azure-template-parameters: '{"variable1": "value1", "variable2": "value2"}' |
|
Hi guys, Tks |
|
Hi @priscofarina, |
|
@tjcorr I have tried using the latest version of the action to pass a variable to the Azure pipeline, but it doesn’t seem to be passing the value correctly. I’ve attached the workflow I’m currently using. Could you please review it and let me know if there’s anything I might have misconfigured? |
SUMMARY
Add template parameters to the task
DETAILS
Allowing the user to specify the template parameters of the pipeline.
example of usage: