From 7aaae604174a9cc6be35deb0c5728b4f0c81aafc Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Thu, 18 Feb 2016 13:54:21 -0700 Subject: [PATCH] feat(.travis.yml): have this job notify its sister job in Jenkins This webhook is added (or changed) such that it will kick off: https://ci.deis.io/job/minio-master which will allow us to then better handle git information within a connection of jobs in Jenkins to update docker version tags in the deis helm charts and make our release process nice and smooth --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index dc07d1d..b10dbfe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,3 +17,10 @@ deploy: script: _scripts/deploy.sh on: branch: master +notifications: + webhooks: + urls: + - secure: "XR3pJU5Z+cmcJW3CV8edbOkWuHGOdMKj2w5s+3jpRrMEY1LutV0iI0a5tvQq8C2Lb/AmbGqUuFvI8UX5sAxi+G/BqCJ876jbvKESVym7c55MHLJDqv6A/tt6KsYlaW68F49T6nnrCbB2PKJ6wUvF5h/KFuWVxI32x+F16IYgldIWhWTaNFSsYL2bPlJYAeHlaAzwJdp7gIi391jqdkMzrJO3xNNHJO1+kzeX6B53gvtMIkG34a84yvegALVVCbgj4P0UBMgFgjGc6PMCmxwVFBcHWYGc/kcuPjzi3MJ7P8KVn2iOmQ+vHLVH+6RVNpmJRb7SR7rRw68SsgYRYdRzF8IAKP33iKkeJOR9sPFrvHA507piaOYu9cPRGZ8gp2GtZlwZJFVISu4Rkla7832oq1odu3p+Ta6iQ8BSAF0iAMruJeNJVVhx1LdVxTW3z2uUVgO3CRaPpLbluXQ3vDkvxwO9CXkROClQ8zNicIt5yxnL4knvItylIF39Zqy9DoPPXRJHaCLi4QdniqNYHVDjhqtkdXuQG0zcWn+6PkzKQ+FioKuzaiLPmDS5Ztjewaw2IBcxBJmpZDkpcX/AG9i2p6SrXx55aLzm9jyD11lYDsZY8L1N7+Dm1FGoHghAGOl/t1JQsfX2FBY9UJe4wsERy2yRmN3DFQ5dqupveclEWKE=" + on_success: always + on_failure: never + on_start: never