We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a899afe commit 5f24afcCopy full SHA for 5f24afc
pkg/reconciler/dependencybuild/scripts/ant-build.sh
@@ -1,2 +1,2 @@
1
echo "Running $(which ant) with arguments: $@"
2
-eval "ant -Dhttp.proxyHost=localhost -Dhttp.proxyPort=8080 $@" | tee ${JBS_WORKDIR}/logs/ant.log
+eval "ant -autoproxy $@" | tee ${JBS_WORKDIR}/logs/ant.log
0 commit comments