Skip to content

Commit

Permalink
fix jenkins host in web job
Browse files Browse the repository at this point in the history
  • Loading branch information
atarkowska committed Mar 29, 2016
1 parent 58af84d commit bcc5724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/jobs/OMERO-web/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ $OMERO_DIST/bin/omero config set omero.web.static_root '/home/omero/static/
#$OMERO_DIST/bin/omero config set omero.web.session_engine 'django.contrib.sessions.backends.cache'
#$OMERO_DIST/bin/omero config set omero.web.caches '{"default": {"BACKEND": "redis_cache.RedisCache","LOCATION": "$REDIS_IP:6379"}}'

$OMERO_DIST/bin/omero config set omero.web.application_server.host 192.168.99.100
$OMERO_DIST/bin/omero config set omero.web.application_server.host SPACENAME-ci.docker.openmicroscopy.org
$OMERO_DIST/bin/omero config set omero.web.application_server.port 4080

$OMERO_DIST/bin/omero web config nginx --http "$OMERO_WEB_PORT" >$OMERO_DIST/nginx.conf.tmp
Expand Down
2 changes: 1 addition & 1 deletion rename.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ def replace(name, branch, uid):
branch = name

# This number will need to be updated when new changes are commited.
assert 19 == replace(name, branch, ns.uid)
assert 20 == replace(name, branch, ns.uid)
print "Done. You may want to review and commit your changes now"

0 comments on commit bcc5724

Please sign in to comment.