Skip to content

Instantly share code, notes, and snippets.

@vnnvanhuong
Created October 29, 2017 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vnnvanhuong/652e2d5f93bbe90a370082d92cf1c6df to your computer and use it in GitHub Desktop.
Save vnnvanhuong/652e2d5f93bbe90a370082d92cf1c6df to your computer and use it in GitHub Desktop.
bitbucket-pipelines-axonivy.yml
# This is a sample build configuration for Java (Maven).
# Check our guides at https://confluence.atlassian.com/x/zd-5Mw for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: vnnvanhuong/axonivy-engine:7.0.1
pipelines:
default:
- step:
caches:
- maven
script: # Modify the commands below to build your repository.
- mvn verify # -B batch mode makes Maven less verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment