We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8986972 commit 4c7ce4eCopy full SHA for 4c7ce4e
.travis.yml
@@ -27,7 +27,9 @@ after_script:
27
- docker rm xenial bionic
28
29
after_success:
30
- - curl -s -X POST -H "Content-Type: application/json" -H "Accept: application/json" -H "Travis-API-Version: 3" -H "Authorization: token $TRAVIS_API_TOKEN" -d "{\"request\": {\"branch\":\"master\"}}" https://api.travis-ci.org/repo/codeyourinfra%2Fjenkins/requests
+ - curl -LO https://raw.github.com/stephanmg/travis-dependent-builds/master/trigger.sh
31
+ - chmod +x trigger.sh
32
+ - ./trigger.sh codeyourinfra jenkins master $TRAVIS_API_TOKEN
33
34
notifications:
35
webhooks: https://galaxy.ansible.com/api/v1/notifications/
0 commit comments