Jakub Pavlik | a1b300e | 2017-07-18 10:38:57 +0200 | [diff] [blame] | 1 | ============ |
| 2 | Mk Pipelines |
| 3 | ============ |
| 4 | |
| 5 | Jenkins Groovy scripts for MCP operation that reuse common `pipeline |
| 6 | libraries <https://github.com/Mirantis/pipeline-library>`_. |
| 7 | |
| 8 | Licensing |
| 9 | ========= |
| 10 | |
| 11 | Unless specifically noted, all parts of this project are licensed |
| 12 | under the Apache 2.0 `license <https://github.com/Mirantis/mk-pipelines/LICENSE>`_. |
Tomáš Kukrál | dcb01e1 | 2017-07-24 11:37:35 +0200 | [diff] [blame] | 13 | |
| 14 | |
| 15 | Testing |
| 16 | ======== |
| 17 | |
| 18 | Basic 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 |