Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 320 Bytes

bitbucket-pipelines.8.md

File metadata and controls

13 lines (11 loc) · 320 Bytes

Java

# You can use any Docker image from Docker Hub or your own container registry
image: maven:3.3.3

pipelines:
  default:
    - step:
        script:  # Modify the commands below to build and test your repository.
          - mvn --version
          - mvn clean install