You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: