gitlab-ci-discord-webhook
gitlab-ci-discord-webhook copied to clipboard
⛓ Here's your serverless solution for sending build status from GitLab CI to Discord as webhooks.
#### 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. 
HTTP 400
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...