Initial Bitbucket Pipelines configuration
7d5d67b5
Julien HENRY
committed
1 changed file
bitbucket-pipelines.yml
/bitbucket-pipelines.yml+10
/bitbucket-pipelines.yml
Add comment 1 Plus  image: maven:3.3.9
Add comment 2 Plus  
Add comment 3 Plus  pipelines:
Add comment 4 Plus   default:
Add comment 5 Plus   - step:
Add comment 6 Plus   caches:
Add comment 7 Plus   - maven
Add comment 8 Plus   script:
Add comment 9 Plus   - mvn -B verify
Add comment 10 Plus