~linaro-automation/linaro-android-build-tools/trunk

« back to all changes in this revision

Viewing changes to utils/mangle-jobs/mangle-jobs

  • Committer: Paul Sokolovsky
  • Date: 2013-11-25 22:48:40 UTC
  • Revision ID: paul.sokolovsky@linaro.org-20131125224840-xatj0op9uexpzlqw
android-build jenkins switched to port 8080 for consistency with other hosts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
 
30
30
optparser = optparse.OptionParser(usage="%prog <mangle script>")
31
 
optparser.add_option("--url", default="http://localhost:9090/jenkins/",
 
31
optparser.add_option("--url", default="http://localhost:8080/jenkins/",
32
32
                     help="Jenkins base url, default: %default")
33
33
optparser.add_option("--user",
34
34
                     help="Jenkins username")