Skip to content

Latest commit

 

History

History
 
 

auto-pipeline-examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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