Hi,
I am getting build failed with error message:
✖ Notification failed.
Response code :200
Below is my yml file:
image: maven:3.6.1
pipelines: default:
- step: caches:
- maven script: # Modify the commands below to build your repository.
- mvn -version # -B batch mode makes Maven less verbose #
- mvn clean install
- pipe: atlassian/slack-notify:0.3.3
variables:
WEBHOOK_URL: $WEBHOOK_URL
MESSAGE: 'Started Execution job'
DEBUG: 'true' # Optional.
Already added slack in repository and pipeline.
Hi @Sadik Ali , could you share the pipe logs?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.