-
Bug
-
Resolution: Done
-
Major
we are using Bitbucket and Jenkins, we have a webhook that starts a Jenkins Job each time a Pull Request is created on bitbucket. Jenkins updates bitbucket back on the build state/status (success, failure or in progress), we use a Jenkins Plugin called bitbucketStatusNotifier. the integration was working perfect till recently it stopped working.
- The credentials we use remained the same
- We use the standard syntax of the Plugin commands:
bitbucketStatusNotify(buildState: 'INPROGRESS' )
bitbucketStatusNotify(buildState: 'SUCCESSFUL', repoSlug: "${Trigger_Repo.split("
/")[1]}", commitId: "${Trigger_Revision}")
Please advise