adding the robots.txt template for buildmaster robots.txt might help
This commit is contained in:
parent
073fd0e139
commit
dc5aa255f7
1 changed files with 10 additions and 0 deletions
10
roles/taskotron/buildmaster/templates/robots.txt.j2
Normal file
10
roles/taskotron/buildmaster/templates/robots.txt.j2
Normal file
|
@ -0,0 +1,10 @@
|
|||
User-agent: *
|
||||
Disallow: /{{ buildmaster_endpoint }}/waterfall
|
||||
Disallow: /{{ buildmaster_endpoint }}/builders
|
||||
Disallow: /{{ buildmaster_endpoint }}/changes
|
||||
Disallow: /{{ buildmaster_endpoint }}/buildslaves
|
||||
Disallow: /{{ buildmaster_endpoint }}/schedulers
|
||||
Disallow: /{{ buildmaster_endpoint }}/one_line_per_build
|
||||
Disallow: /{{ buildmaster_endpoint }}/grid
|
||||
Disallow: /{{ buildmaster_endpoint }}/tgrid
|
||||
Disallow: /{{ buildmaster_endpoint }}/json
|
Loading…
Add table
Add a link
Reference in a new issue