jenkins持续集成的结果以可视化的方式在大显示器上显示出来,能更有效地及时反馈CI状态,保持CI的透明。

红色的,绿色的build清晰显著地展示出来,fail的build显示出相关的代码提交人员。

1.jenkins的插件

Build Monitor View: 可视化各个job的状态及break build的可能责任人

Dashboard View: Customizable dashboard that can present various views of job information. 可以定制屏幕的显示,整合多个源

2.树莓派+显示器+mini无线网卡,作为jenkins的投影

如何解决Rasperberry pi显示器不黑屏: sudo nano /etc/kbd/config

Change these two lines.

# screen blanking timeout. monitor remains on, but the screen is cleared to

# range: 0-60 min (0==never) kernels I’ve looked at default to 10 minutes.

# (see linux/drivers/char/console.c) BLANK_TIME=0 (Was 30) BLANK_TIME=0

# Powerdown time. The console will go to DPMS Off mode POWERDOWN_TIME

# minutes after blanking. (POWERDOWN_TIME + BLANK_TIME after the last input) POWERDOWN_TIME=0

Re start the file or just reboot

$sudo /etc/init.d/kbd restart