Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 1a4c0e7

Browse files
committed
removed http port
1 parent 83f30d6 commit 1a4c0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby-tools/jpi/lib/jenkins/plugin/tools/release.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def run
4949
else
5050
Net::HTTP
5151
end
52-
http = proxy.new("repo.jenkins-ci.org",8081)
52+
http = proxy.new("repo.jenkins-ci.org")
5353

5454
puts @snapshot ? "deploying as a snapshot. Run with the --release option to release it for real when you are ready" : "deploying as a release"
5555
puts "Generating POM"

0 commit comments

Comments
 (0)