Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
$ hexo new "My New Post"
More info: Writing
Run server
$ hexo server
More info: Server
Generate static files
$ hexo generate
More info: Generating
Deploy to remote sites
$ hexo deploy
More info: Deployment
更新部署
$ hexo d -g
新建页面
$ hexo new page "about"
hexo 部署至阿里云保姆式教学
磁盘空间满的发现与处理
查看 Jenkins 占用的磁盘空间:
df -h
磁盘满原因:job 没有及时清理,日志与 build 保存太多。
清理路径:项目 -> 配置 -> 丢弃旧的构建,保持构建的天数和构建最大个数按需填写。
磁盘空间释放暴力版:
- 进入 docker 容器
- 进入 Jenkins_home 下 job 目录
- 手动删除每个 Jenkins 项目文件的 builds 目录内容
- 重新跑一遍对应的 Jenkins 项目