Skip to content

Commit

Permalink
[jsk_tools] Add documentation for restart_travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Sep 7, 2015
1 parent 1b3a660 commit 51179d1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions jsk_tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,25 @@ set ROS_MASTER_URI to http://baxter:11311
```


restart\_travis
---------------
Restart travis for specified github repository.
Firstly, add below in your `.bashrc`:

```sh
# you can get SLACK_TOKEN at https://api.slack.com/web.
export SLACK_TOKEN=xoxp-XXXXXXXX-XXXXXXXX-XXXXXXXX
export SLACK_USERNAME=hogehoge
```

To restart travis, need the repository slug (ex: `jsk-ros-pkg/jsk_common`) and job id (ex: `2019.6`):

```sh
$ restart_travis jsk-ros-pkg/jsk_common 2019.6 # usage: restart_travis <repo_slug> <job_id>
sending... 'restart travis jsk-ros-pkg/jsk_common 2019.6' -> #travis
```


# sanity_lib.py
## check Topic is published

Expand Down

0 comments on commit 51179d1

Please sign in to comment.