Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.
Stephen Richards edited this page Jun 11, 2014 · 12 revisions

Welcome to the accelerated_claims wiki!

CCBot

How to restart the CCBot if it is not in the CivilClaims HipChat room.

  1. On a console, run the command:

    ssh -l civilclaims civilclaimsjenkins.local pkill node

    There will be no message to say that it has worked - silence is golden.

  2. Get CCBot into the room: In the CivilClaims HipChat room, type:

    @CCBot get in here

Civil Claims Jenkins instance used for deploying

Occasionally, the Jenkins instance used for deploying to demo, staging, etc. hangs, and wont provision, or displays web pages with no styling. This is fixed by restarting jenkins, which can be done from the console with the following command:

```ssh -l civilclaims civilclaimsjenkins.local pkill java```
Clone this wiki locally