Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sakasa authored Jun 23, 2020
1 parent 883f969 commit dcd7574
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jenkins/memo.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Dockerで動かす場合
参考:https://web.plus-idea.net/2019/07/proxy-jenkins-plugin-install-docker/
- コンテナイメージはDockerHub公式の `jenkins` よりjenkinsチームがメンテナンスしている `jenkins/jenkins` がよさそう
- コンテナから通信させるためにプロキシを通す必要あり

`-env JAVA_OPTS="-Dhttp.proxyHost=proxy_server -Dhttp.proxyPort=proxy_port -Dhttps.proxyHost=proxy_server -Dhttps.proxyPort=proxy_port"`

0 comments on commit dcd7574

Please sign in to comment.