美文网首页
Coding+Jenkins

Coding+Jenkins

作者: 昼暗 | 来源:发表于2018-12-15 15:22 被阅读0次

jenkins 持续集成

coding配置webhook

call npm install
call npm run build
xcopy dist\*.* D:\tiku\ /s /e /d /y
call mvn clean package
xcopy target\admin.war "F:\Program Files\dxtB\apache-tomcat-7.0.84\webapps\" /y

相关文章

网友评论

      本文标题:Coding+Jenkins

      本文链接:https://www.haomeiwen.com/subject/authhqtx.html