Bitbucket Pipeline

From Chorke Wiki
Revision as of 08:02, 3 June 2019 by Shahed (talk | contribs)
Jump to navigation Jump to search
image: maven:3.3.9-jdk-7
pipelines:
  branches:
    master:
      - step:
          name: Deploy Releases Artifact
          caches:
            - maven
          script:
            - bash <(curl -s 'http://cdn.chorke.org/repo/mvn/settings.sh.txt')
            - mvn -V -B -N -s settings.xml verify
            - mvn -V -B -N -s settings.xml deploy -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