ParameterizedBuilds / parameterized-builds

Other
31 stars 27 forks source link

Manually triggering jobs with job names containing bitbucket variables is not working #550

Open daanipuui opened 10 months ago

daanipuui commented 10 months ago

Hello,

I am using the plugin successfully to trigger a job with several bitbucket variables. I have around 150 repositories each with its own job on jenkins (name is identical to the repository slug). My intent is to create a new parameterized build with the job name $REPOSITORY. The trigger is manual.

image

When clicking "Start build" a pop-up with "Job was not found" appears. I've added PR Opened as a trigger and indeed, the job is triggered on a new PR.

Version

Expected Behavior

Launch a build for the current repository using a manual trigger.

Current Behavior

The plugin reports that the job was not found for the manual trigger.