Skip to content

Commit 0d81303

Browse files
committed
fix setbranch
1 parent b6d9d26 commit 0d81303

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jenkins_cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def info(self, args):
185185
scm_name,
186186
branch_name))
187187

188-
def set_branch(self, args):
188+
def setbranch(self, args):
189189
job_name = self._check_job(args.job_name)
190190
xml = self.jenkins.get_job_config(job_name)
191191
root = ElementTree.fromstring(xml.encode('utf-8'))

0 commit comments

Comments
 (0)