The webservice-runner scripts in toollabs-images/shared/ unconditionally overwrites PORT and TOOL_WEB_PORT.
To use --port in jobs-api webservice,
we need to make this overwrite conditional, only defaulting to 8000 when PORT and TOOL_WEB_PORT are not already in the env.
Description
Description
Details
Details
Related Changes in Gerrit:
Event Timeline
Comment Actions
Change #1310212 had a related patch set uploaded (by Raymond Ndibe; author: Raymond Ndibe):
[operations/docker-images/toollabs-images@master] webservice-runner: default to 8000 only if PORT and TOOL_WEB_PORT has no value