Support Disabling Source Type Override Parameters
See original GitHub issueThe source type override parameter is automatically overridden on the CodeBuild job to the GITHUB
type and current repository. We have a scenario that requires our CodeBuild job to source from a different location, but would still like to drive the execution of the CodeBuild job from a GitHub action.
Can we add a new parameter that allows us to disable the source type override parameters and use the CodeBuild job’s default values?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:22
- Comments:6
Top Results From Across the Web
Using parameter override functions with CodePipeline pipelines
Use parameter override functions to specify dynamic values for AWS CloudFormation template parameters in CodePipeline pipelines.
Read more >Overridable config parameters | Community Connectors
Allow report editors to modify parameters values ... The data source owner controls which parameters are allowed to be modified in reports. This ......
Read more >User and Workspace Settings - Visual Studio Code
Policy settings - Set by the system administrator, these values always override other setting values. Setting values can be of various types: String...
Read more >Remote Config Parameters and Conditions - Firebase - Google
You can override in-app default values by defining server-side parameter values. Parameter keys and parameter values are strings, but parameter values can ...
Read more >Analysis parameters - SonarQube Documentation
Project properties, defined in the UI, override global property values (At a ... sonar.scm.exclusions.disabled, For supported engines, files ignored by the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Another vote, we would like to use this action to run already configured code build jobs.
@robin-aws Is there any update on getting PR #64 reviewed?