-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins, pipeline
Issue JENKINS-33841 was supposed to add support to pipeline for build status notifier. However, there is no way for a project to set it's local oauth credentials. Neither in the pipeline nor as a pipeline configuraiton option. Documentation says you have to set credentials in Bitbucket notify build status post build action, but there is no such thing as "post build action" in a pipeline.
Hi ddelbecq sorry for my late answer. For working with the pipeline there is no way to add the credentials in "Bickbucket notifiy build status post action" so the properly way is to add that credentials globally as explained in the documentation: See "Add OAuth Credentials to Jenkins" -> "Global".
Please let me know, whether this solves your problem.