We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4352c39 commit 380ad32Copy full SHA for 380ad32
1 file changed
jenkins-cli/jenkins_cli.py
@@ -122,6 +122,7 @@ def set_branch(self, args):
122
if revision is not None:
123
revision.text = args.branch_name
124
new_xml = ElementTree.tostring(root)
125
+ self.jenkins.reconfig_job(job_name, new_xml)
126
print 'Done'
127
if new_xml is None:
128
print "Can not set revision info"
0 commit comments