-
Notifications
You must be signed in to change notification settings - Fork 92
Added template parameters #63
New issue
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
base: master
Are you sure you want to change the base?
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/[email protected]
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: