Kenichi Murahashi
Kenichi Murahashi
 
Please try this.
@m-kubo Awesome!!!!
Please try this.
Thanks for your feedback 💃 In my understanding, it depends on the situation. `exit if none-zero` ? 🤔
If I'm in travis-ci, check `TRAVIS_JOB_NUMBER` like this. ``` bash #!/bin/bash set -euv if [[ "${TRAVIS_JOB_NUMBER: -2}" == ".1" ]]; then # you want to do fi ``` OR ```...
Need document.
comment
Need document.
# Saddler ## pros - Support Jenkins GitHub pull request builder plugin - Easy to build reporter plugin - only me? ;( ## cons - Not easy install if you...