diff options
-rw-r--r-- | utils/agljobtemplate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py index 42f2bc9..099e823 100644 --- a/utils/agljobtemplate.py +++ b/utils/agljobtemplate.py @@ -165,7 +165,7 @@ class Agljobtemplate(object): vcs_branch = url_branch # if this is an 'int', then it was --changeid try: - vcs_branch = "changeid-%d" % int(vcs_branch) + vcs_branch = "gerrit-%d" % int(vcs_branch) except: pass job['vcs_branch'] = vcs_branch |