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

Consider --port option for jpi server. #80

Merged
merged 1 commit into from Jun 24, 2013

Conversation

ryotarai
Copy link
Contributor

  • Consider --port option for jpi server.
  • When --httpPort is specified in JENKINS_OPTS, --port option is ignored.
$ jpi server --port=8081
...
INFO: HTTP Listener started: port=8081
...
$ JENKINS_OPTS="--httpPort=8082" jpi server
...
INFO: HTTP Listener started: port=8082
...
$ JENKINS_OPTS="--httpPort=8082" jpi server --port=8081
...
INFO: HTTP Listener started: port=8082
...

@buildhive
Copy link

Jenkins » jenkins.rb #57 FAILURE
Looks like there's a problem with this pull request
(what's this?)

hsbt added a commit that referenced this pull request Jun 24, 2013
Consider --port option for `jpi server`.
@hsbt hsbt merged commit 5fa93bd into jenkinsci:master Jun 24, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants