There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.
Created by: cogwirrel
Allow supporting file templates to access a list of all unique operations over all apis within apiInfo
.
Within a template:
{{apiInfo}}
{{uniqueOperations}}
{{operations}}
... do stuff with unique operations
{{/operations}}
{{/uniqueOperations}}
{{/apiInfo}}
fix #11843
./mvnw clean package
./bin/generate-samples.sh
./bin/utils/export_docs_generators.sh
./bin/generate-samples.sh bin/configs/java*
.
For Windows users, please run the script in Git BASH.master
(6.3.0) (minor release - breaking changes with fallbacks), 7.0.x
(breaking changes without fallbacks)To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.