构建Jenkins镜像
<p>[TOC]</p>
<h1>官方镜像</h1>
<p><a href="https://github.com/cypress-io/cypress-docker-images">官方链接</a></p>
<h1>Jenkins+Cypress镜像</h1>
<p>使用docker build -t cypress_tag ./Dockerfile
在Jenkins中使用执行build.sh,构建镜像
2个文件,见附件
<a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/cbceb4ac1785c537c67ba002024c7000" title="[Dockerfile">Dockerfile</a>
<a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/1307872c8227e83e32abf5c8d80ac7e8" title="[build.sh">build.sh</a></p>