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.
https://plugins.jenkins.io/bitbucket-push-and-pull-request
MIT License
46 stars 50 forks source link

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

Open Gianluke opened 2 months ago

Gianluke commented 2 months ago

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.