美文网首页Technical
2018-04-26 CI process with Jenki

2018-04-26 CI process with Jenki

作者: 猪迹 | 来源:发表于2018-04-26 19:18 被阅读0次

    Definition of the diagram

    title CI process
    
    participant Target 
    participant Runner 
    participant Jenkins
    participant SCM
    participant Engineer
    participant Issue Tracking System
    note over Jenkins, SCM: monitoring
    Engineer -> SCM: code check-in
    Jenkins -> Runner: notify
    Runner -> SCM: pull latest code
    Runner -> Target: deploy to
    Runner  -> Runner : local configuration
    Runner -> Runner : create schedule
    Runner -> Target  : execution
    Target -> Runner : data collection
    Runner -> Issue Tracking System: result & issue
    Runner -> Runner : Allure report
    Runner -> Jenkins: Submit report
    Jenkins -> Engineer: notify
    Engineer -> Jenkins: check report
    Engineer -> Issue Tracking System: tracking & resolve
    

    The diagram

    CIProcess.png

    References

    相关文章

      网友评论

        本文标题:2018-04-26 CI process with Jenki

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