-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[jsk_tools] Add restart_travis function to do it from command line #1119
[jsk_tools] Add restart_travis function to do it from command line #1119
Conversation
wkentaro
commented
Sep 7, 2015
51179d1
to
bd0b2ae
Compare
@eisoku9618 @snozawa |
でステータスが見れます.(常識なのかもですが,僕は最近知ったので) |
ありがとう! |
travisコマンドだと、logs, watchあたりが便利です |
echo "Please set SLACK_TOKEN (see: https://api.slack.com/web)" | ||
return 1 | ||
fi | ||
if [ -z $SLACK_USERNAME ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is SLACK_USERNAME required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and no way to add bot to the channel.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
あ.でも確かに
$ echo hogehoge | slacker -c travis -a 1
でいいですね
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
直しました.
確かにlogsは便利ですね.
monitorだったりしますか? |
monitorでした |
できました! sudo gem install travis -v 1.8.0 --no-rdoc --no-ri
sudo pip install slacker-cli
export SLACK_TOKEN=hogehoge
restart_travis fkanehiro/hrpsys-base 576
travis show -r fkanehiro/hrpsys-base 576 |
monitorは初めて使いましたが,走らせておくと便利ですね. |
bd0b2ae
to
4299861
Compare
4299861
to
99bf55c
Compare
slacker-cli 0.2.2 から --as-userで良くなりました. |
@eisoku9618 ありがとうございます.SLACK_USERNAMEは必要無くなりました. |
[jsk_tools] Add restart_travis function to do it from command line