bitbucket-push-and-pull-request-plugin
bitbucket-push-and-pull-request-plugin copied to clipboard
ERROR: Could not find credentials entry with ID 'SOME_PIPELINE_PARAM_ID'
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.