Skip to content

Commit d3593c9

Browse files
authored
Bamboo: fix broken stop build (#739)
Signed-off-by: Martin Styk <mstyk@netsuite.com>
1 parent b5f2f63 commit d3593c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlassian/bamboo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ def stop_build(self, plan_key):
565565
:return: GET request
566566
"""
567567
resource = "/build/admin/stopPlan.action?planKey={}".format(plan_key)
568-
return self.get(path=resource)
568+
return self.post(path=resource, headers=self.no_check_headers)
569569

570570
""" Comments & Labels """
571571

0 commit comments

Comments
 (0)