jenkinsci / bitbucket-push-and-pull-request-plugin

Plugin for Jenkins v2.138.2 or later, that triggers job builds on Bitbucket's push and pull request events.

Home Page:https://plugins.jenkins.io/bitbucket-push-and-pull-request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: Could not find credentials entry with ID 'SOME_PIPELINE_PARAM_ID'

Gianluke opened this issue · comments

Hi all,
after making a PR/Push on bitbucket, the plugin successfully starts a new build on Jenkins but sometimes the Pipeline fails with the error:

ERROR: Could not find credentials entry with ID 'SOME_PIPELINE_PARAM_ID'

The same pipeline work as expected if manually launched.

The error occurred during a deploy Stage, when using "withCredentials" binding for inject username/password credential for launch an sh command into remote node.

Jenkins v. 2.440.1
BPPR Plugin v. 3.0.2

Thank's in advance.