Create Jenkins Docker Image with pre configured jobs

前端 未结 3 431
渐次进展
渐次进展 2021-02-05 23:11

I have created a bunch of Local deployment pipeline jobs, these jobs do things like remove an existing container, build a service locally, build a docker image, run the containe

3条回答
  •  天命终不由人
    2021-02-05 23:53

    For anyone who is interested - I found a better solution. I simply map the jobs folder to a folder on my host, that way I can put the created jobs into source control and edit then add them without having to build a new docker image.

    Sorted.

提交回复
热议问题