Skip to content

Commit

Permalink
Merge pull request #840 from monarch-initiative/jenkins-status-icon
Browse files Browse the repository at this point in the history
Add Jenkins status icon and add plain branch name parameter
  • Loading branch information
ShahimEssaid authored Sep 27, 2019
2 parents d63e854 + 5dc8a53 commit a2bb02f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ before_install:
--user "essaids:${ShahimAPIToken}"
--form json='{
"parameter": [
{"name":"MONDO_BRANCH", "value":"'"${TRAVIS_PULL_REQUEST_BRANCH:-${TRAVIS_BRANCH}}"'"},
{"name":"TRAVIS_BRANCH", "value":"'"${TRAVIS_BRANCH}"'"},
{"name":"TRAVIS_COMMIT", "value":"'"${TRAVIS_COMMIT}"'"},
{"name":"TRAVIS_COMMIT_MESSAGE", "value":'"${CMTMSG}"'},
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/monarch-initiative/mondo.svg?branch=master)](https://travis-ci.org/monarch-initiative/mondo)
[![Jenkins master status](https://monarch-jenkins.cgrb.oregonstate.edu/buildStatus/icon?subject=Jenkins%20master%20status&job=test-mondo&build=last:${params.MONDO_BRANCH=master})](https://monarch-jenkins.cgrb.oregonstate.edu/job/test-mondo/)

<img src="https://github.com/jmcmurry/closed-illustrations/blob/master/logos/mondo-logos/mondo_logo_black-banner.png"/>

Expand Down

0 comments on commit a2bb02f

Please sign in to comment.