Bitbucket Pipeline: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Created page with "==References== * [https://confluence.atlassian.com/bitbucket/java-with-bitbucket-pipelines-872013773.html Java with Bitbucket Pipelines] * [https://hub.docker.com/_/maven Mave..."
 
No edit summary
Line 1: Line 1:
==Docker Images==
<source lang="yml">
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
</source>
==References==
==References==
* [https://confluence.atlassian.com/bitbucket/java-with-bitbucket-pipelines-872013773.html Java with Bitbucket Pipelines]
* [https://confluence.atlassian.com/bitbucket/java-with-bitbucket-pipelines-872013773.html Java with Bitbucket Pipelines]
* [https://hub.docker.com/_/maven Maven Docker Official Images]
* [https://hub.docker.com/_/maven Maven Docker Official Images]

Revision as of 03:21, 31 May 2019

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