Bitbucket Pipeline

From Chorke Wiki
Revision as of 11:20, 4 June 2019 by Shahed (talk | contribs)
Jump to navigation Jump to search
# @web       http://chorke.org
# @vendor    Chorke, Inc.
# @version   0.0.00
# @since     0.0.00
image: maven:3.3.9-jdk-7
pipelines:
  branches:
    master:
      - step:
          name: Deploy Releases Base Artifact
          caches:
            - maven
          script:
            - bash <(curl -s 'http://cdn.chorke.org/repo/mvn/settings.sh.txt')
            - cat $HOME/.m2/settings.xml
            - cat /usr/share/maven/conf/settings.xml
            - mvn clean deploy -N -Djava.net.preferIPv4Stack=true

Docker Images

https://hub.docker.com/_/maven
3.3.3-jdk-7, 3.3.3-jdk-8, 3.3.3-jdk-9
3.3.9-jdk-7, 3.3.9-jdk-7-alpine
3.3.9-jdk-8, 3.3.9-jdk-8-alpine

References