Skip to content

Commit

Permalink
修改jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanjiayou committed May 26, 2023
1 parent bd8bb56 commit 8c28fe3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jenkins/jenkins.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,21 @@
- 创建管理员
- 选择url地址等待重启成功
- 首页 > 系统管理 > 插件管理 > 可选插件 > 搜索选中 NodeJS > 安装完成后重启服务
- 安装node版本
- 安装node版本(首页 > 系统管理 > 全局工具工具配置 > NodeJS > 新增)
- 新建自由风格的项目
- 设置源码管理的git
- 添加全局账号密码
- 构建环境选择
- 构建 > 增加构建步骤 > 执行 shell
```sh
npm i --registry htps://
npm i --registry https://registry.npmmirror.com
npm run build
tar zcvf dist.tar build/*
tar -cvzf build.tar build/*
tar xvzf build.tar -C dist --strip-components 1
rm -rf /home/html/novel/* && cp ./build/* /home/html/novel/
```
- gogs设置请求的auth信息: jenkins用户列表给对应用户设置api token
[参考](https://juejin.cn/post/7067790095767568397)

## node项目打包镜像

0 comments on commit 8c28fe3

Please sign in to comment.