I have configured the Jenkins JOB - Build with Parmeter using Git parameter plugin. When i run Build with Parameter it is not listing tags that are created in bitbucket. Created tag and pushed to remote via command line / also tried creating via browser for some commit id.
Error in browser console while trying to list tag - http status 405 for the url https://host:port/job/job_name/build?delay=0sec
But it is listing from develop branch instead of master branch.
Can you suggest how to filter the list tag to be form only the tags available in master branch?.