Cant open Blue Ocean visual pipeline editor

前端 未结 2 1774
無奈伤痛
無奈伤痛 2021-02-10 04:54

Recently I installed Blue Ocean plugin, but I can\'t find out how to edit or create pipeline using plugin\'s UI.

When I create new pipeline in Blue Ocean and connect wit

2条回答
  •  南旧
    南旧 (楼主)
    2021-02-10 05:31

    You can install the replay pipeline feature available in jenkins. This will allow you to edit your Jenkinsfile and re-run it without committing the changes to your original file (can be done for n number of times). So once you are satisfied with your Jenkinsfile, then you can commit those changes in your original file.

    Refer to below link to know more about usage of replay pipeline feature : https://jenkins.io/doc/book/pipeline/development/

提交回复
热议问题