Skip to content

New custom message #15

@dceldran

Description

@dceldran

Hi,

It would be possible to add a custom message that sends to discord notification in the script third parameter? For example in my case i use gitlab ci to install in my production/sandbox environments. In case of production environments it triggers when i create a new tag, for example v1.0.5 and i add a message into the tag explaining the new features/fixes of that version of my app (i use that message as changelog). After the deployment is finished i want to send discord notification to tell all the team that the update is completed. I know that gitlab has the predefined variable CI_COMMIT_TAG_MESSAGE that contains the tag message and i like to print this message inside discord notification because all my team can see the changelog of that version.

Something like ./send.sh success $WEBHOOK_URL $CI_COMMIT_TAG_MESSAGE

And maybe it's also useful to some other users to can print a custom message as third parameter.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions