Feb 03 2022
08:09 AM
- last edited on
Mar 05 2024
01:28 PM
by
TechCommunityAP
Feb 03 2022
08:09 AM
- last edited on
Mar 05 2024
01:28 PM
by
TechCommunityAP
the below command i am using in the Git Actions
- name: Azure Pipelines Action
uses: Azure/pipelines@v1
with:
azure-devops-project-url: https://dev.azure.com/JDADevOps/JDA%20Identity%20Management
azure-pipeline-name: 'SAS-Windows-OU-Validate'
azure-devops-token: ${{ steps.azureDevOpsKey.outputs.AzuredevopsPAT }}
azure-pipeline-variables: '{"regionCode": "DL"}'
in the Release pipeline i was giving -regionCode $(regionCode) in the arguments section to fetch the variable value