Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 510 Bytes

2017-02-17#BI-spark项目打包上线流程.md

File metadata and controls

18 lines (14 loc) · 510 Bytes

BI-spark项目打包上线流程

git(最常用的命令)

# windows下请确认已经安装gitbash
1. git status
2. git add .
3. git commit -m "描述修改点或者修复了什么bug"
4. git pull origin branchName
5. git push origin branchName

jenkins针对已经创建的项目

  1. 立即构建:编译和打包代码
  2. 修改记录:查看自己的代码改动有没有提交上去
  3. 打开刚刚的构建,能看到执行过程和jar路径