i need declarative pipeline syntax for trigger new pull request on successfully build
24 views
Skip to first unread message
Atul Sharma
unread,
Jul 24, 2019, 7:18:54 PM7/24/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
i have pipeline code and i am struggling to write syntax in my declarative pipeline steps whenever build result will success from source branch pipeline should create new pull requests on bitbucket.. i don't find any way to do it .. please help to write syntax
lesterp
unread,
Jul 25, 2019, 2:09:52 PM7/25/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Have you looked into the Bitbucket Branch Source Plugin ? That plugin can scan your repo for branches and PRs (that you can filter) and will build and report on them accordingly.
Ivan Fernandez Calvo
unread,
Jul 25, 2019, 3:35:30 PM7/25/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message