gitlab-ci-discord-webhook icon indicating copy to clipboard operation
gitlab-ci-discord-webhook copied to clipboard

⛓ Here's your serverless solution for sending build status from GitLab CI to Discord as webhooks.

Results 7 gitlab-ci-discord-webhook issues
Sort by recently updated
recently updated
newest added

#### Summary of Changes This pull request addresses the following modification: - **Changed Configuration Variable:** `LINK_ARTIFACT` - **Before:** `"true"` - **After:** `true` #### Description We have updated the configuration of...

Hi! In my pipeline I have 3 artifacts but the number I have in the link is one higher than the last artifact. for example -/jobs/448/artifacts/download - is 404 not...

### Changes - This allows gitlab configurations to override the `STATUS_MESSAGE` to say something like `Passed Tests and Lint`, using bash's default var syntax. ### TODO - Update the README....

This PR adds the before-build notification functionality to the repository. ![image](https://user-images.githubusercontent.com/22783603/125689178-9353b555-5538-4017-9de6-ae31426067f5.png)

Hello, whenever the job is run, it fails with a http 400. Testing from local curl works (without the env variables), could it be that any unsupported characters are used?

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...