Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

kosli-dev/change

Repository files navigation

Merkely Pipeline Controls

Continuous Integration Status

This docker image provides some helpers for gathering the audit trail and performing controls in your devops pipelines.

docker pull merkely/change

To learn more about DevOps Change Management, and how to use this image see the documentation site

  • Test the application:
    make test_unit 
    The following bash function runs only unit tests whose name is a grep match for ${1}:
    mtuk() { make test_unit        TARGET="-k ${1}"; }