Skip to content

Commit a899afe

Browse files
committed
Try running ant with proxy properties.
1 parent 3195158 commit a899afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
echo "Running $(which ant) with arguments: $@"
2-
eval "ant $@" | tee ${JBS_WORKDIR}/logs/ant.log
2+
eval "ant -Dhttp.proxyHost=localhost -Dhttp.proxyPort=8080 $@" | tee ${JBS_WORKDIR}/logs/ant.log

0 commit comments

Comments
 (0)