Hello - having the same issue. First build is not being notified, all others working fine.
You can see from the log that it is calling the notify but it fires:
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Notify)
[Pipeline] bitbucketStatusNotify
[Pipeline] slackSend
run slackstepsend, step null:false, desc :false
Slack Send Pipeline step configured values from global config - baseUrl: true, teamDomain: true, token: true, channel: false, color: false
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Setup)
[Pipeline] echo
Here is the second build. You can see that it fires.
Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Notify)
Sending build status INPROGRESS for commit eaf1de07954dba605e2ed9f60e9b22e9bf17bdbd to BitBucket is done!
[Pipeline] bitbucketStatusNotify
run slackstepsend, step null:false, desc :false
Slack Send Pipeline step configured values from global config - baseUrl: true, teamDomain: true, token: true, channel: false, color: false
[Pipeline] slackSend
[Pipeline] }
[Pipeline] // stage
Could you please add what is logged in case of error as you described and which version of the plugin are you using, so I'll be able to reproduce easily the error.
Thanks and best regards