buildbot - how to fill project field in forcebuild form -



buildbot - how to fill project field in forcebuild form -

i want fill project field list of projects . user select 1 of project , start forcebuild. how can that?

you need overwrite original templates.

you can user below code in master.cfg;

import jinja2 loader = [ jinja2.filesystemloader("your_templates_path"), ] c['status'].append(html.webstatus(http_port=8080, authz=authz_cfg, jinja_loaders=loader))

field project buildbot

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -