摘要: 1. nginx的配置 location /jenkinsno { index index.html index.htm; proxy_pass http://127.0.0.1:8081; proxy_connect_timeout 3000s; proxy_send_timeout 3000s; 阅读全文
posted @ 2021-02-20 18:56 littlevigra 阅读(370) 评论(0) 推荐(0)
摘要: 1.脚本的路径 2.代码路径 3.自动生成的Jenkinsfile creating-a-pipeline-in-blue-ocean/Jenkinsfile pipeline { agent { docker { image 'node:6-alpine' args '-p 3000:3000' 阅读全文
posted @ 2021-02-20 11:36 littlevigra 阅读(193) 评论(0) 推荐(0)