Skip to content

slack-notification-resource v1.4.1

Compare
Choose a tag to compare
@starkandwayne-bot starkandwayne-bot released this 23 Mar 22:37
· 45 commits to master since this release

#51

Added functionality to be able to set link_names as parameter in pipeline with it defaulting to false. Also modified the tests so they actually pass with the new added parameter. Has been tested in a pipeline with successfully notified user group by writing @ which then mentioned the group. Was tested by using

resource_types:
- name: slack-notification
  type: docker-image
  source:
    repository: quay.io/pontusarfwedson/slack-notification-resource
    tag: feature-link-names

in our pipeline (which points to a docker image build from this exact branch).