blob: e60adf3c17bec4dfbc65be80fba7547bf1a1a366 [file] [log] [blame]
Jakub Pavlika1b300e2017-07-18 10:38:57 +02001============
2Mk Pipelines
3============
4
5Jenkins Groovy scripts for MCP operation that reuse common `pipeline
6libraries <https://github.com/Mirantis/pipeline-library>`_.
7
8Licensing
9=========
10
11Unless specifically noted, all parts of this project are licensed
12under the Apache 2.0 `license <https://github.com/Mirantis/mk-pipelines/LICENSE>`_.
Tomáš Kukráldcb01e12017-07-24 11:37:35 +020013
14
15Testing
16========
17
18Basic gradle test can be executed by (where 172.18.176.4) is address of DNS server capable to resolve artifacts server
19
20.. code:: bash
21
22 docker run --rm --dns 172.18.176.4 -v $PWD:/usr/bin/app:z niaquinto/gradle check