๐ @backstage-community/plugin-scaffolder-backend-module-azure-devops: Add an option to pass variables to pipeline
Closed this issue ยท 1 comments
gangadharjannu commented
Plugin Name
@backstage-community/plugin-scaffolder-backend-module-azure-devops
๐ Feature description
Right now with @backstage-community/plugin-scaffolder-backend-module-azure-devops
we can pass organization, pipelineId, project and optionally a branch.
It would be nice to allow an option to pass variable to pipeline so that we can customise the pipeline.
๐ค Context
In addition to below inputs, if we can have an option to pass variables that would be great
organization: ${{ (parameters.repoUrl | parseRepoUrl)['organization'] }}
pipelineId: ${{ parameters.pipelineId }}
project: ${{ (parameters.repoUrl | parseRepoUrl)['project'] }}
like
organization: ${{ (parameters.repoUrl | parseRepoUrl)['organization'] }}
pipelineId: ${{ parameters.pipelineId }}
project: ${{ (parameters.repoUrl | parseRepoUrl)['project'] }}
pipelineVariables:
- variable1: Value1
- variable2: Value2
โ๏ธ Possible Implementation
No response
๐ Have you spent some time to check if this feature request has been raised before?
- I checked and didn't find similar issue
๐ข Have you read the Code of Conduct?
- I have read the Code of Conduct
Are you willing to submit PR?
Yes
gangadharjannu commented