jenkins通过https无法拉去gitlab代码的问题

git config --global http.sslverify false
git config --global https.sslverify false

 

需要进入jenkins的容器里进行配置

docker exec -it 容器id \bash

posted @ 2023-07-25 11:55  星期三q  阅读(219)  评论(0)    收藏  举报