bitbucket-push-and-pull-request-plugin icon indicating copy to clipboard operation
bitbucket-push-and-pull-request-plugin copied to clipboard

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

Open Gianluke opened this issue 10 months ago • 0 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.

Gianluke avatar Apr 09 '24 15:04 Gianluke