We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f2f63 commit d3593c9Copy full SHA for d3593c9
atlassian/bamboo.py
@@ -565,7 +565,7 @@ def stop_build(self, plan_key):
565
:return: GET request
566
"""
567
resource = "/build/admin/stopPlan.action?planKey={}".format(plan_key)
568
- return self.get(path=resource)
+ return self.post(path=resource, headers=self.no_check_headers)
569
570
""" Comments & Labels """
571
0 commit comments