Outgoing Web Proxy configuration being ignored when exporting FISHEYE_OPTS

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

When you Configure Outgoing Web Proxy Support for Fisheye or Crucible and export the <FISHEYE_OPTS> variable Fisheye seems to ignore the proxy option:

export FISHEYE_OPTS="-Dhttp.proxyHost=proxy.example.org -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts=*.foo.com|localhost -Dhttp.proxyUser=USERNAME -Dhttp.proxyPassword=SECRET"

原因

This is caused because it ignores the | symbol.

ソリューション

You should add a backslash in front of the | symbol like this:

export FISHEYE_OPTS="-Dhttp.proxyHost=proxy.example.org -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts=*.foo.com\|localhost -Dhttp.proxyUser=USERNAME -Dhttp.proxyPassword=SECRET"

 

 

最終更新日 2018 年 11 月 2 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.