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: vvb
./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
(5.3.0), 6.0.x
Fixes #10083 (closed)
Test is also added.
Here is a snapshot of the test failing before adding the fix,
Here is a snapshot of the tests passing after adding the fix,
cc @taxpon (2017/07) @frol (2017/07) @mbohlool (2017/07) @cbornet (2017/09) @kenjones-cisco (2017/11) @tomplus (2018/10) @Jyhess (2019/01) @arun-nalla (2019/11) @spacether (2019/11) @wing328
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.