Skip to content

Files

auto-pipeline-examples

auto-pipeline-examples

The examples project for auto-pipline. Including below examples:

Run examples by maven

Run from root project:

# cd to the project root dir
cd ..

./mvnw install

Run examples by gradle

First install the pipeline to maven local:

# cd to the project root dir
cd ..

./mvnw install -Dmaven.test.skip

Then run the examples:

# cd to the examples project
cd auto-pipeline-examples

./gradlew test