Skip to content

Commit

Permalink
build: update Jenkins trigger (#441)
Browse files Browse the repository at this point in the history
adding webhook to invoke ci on new Jenkins
  • Loading branch information
omriKaltura authored May 9, 2021
1 parent 2031281 commit 7709ff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/after_deploy.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/bash
curl -k -d "{'version':$1}" -H "Content-Type: application/json" -X POST https://jenkins.ovp.kaltura.com/generic-webhook-trigger/invoke?token=$2
curl -k -d "{'version':$1}" -H "Content-Type: application/json" -X POST https://jenkins-central.prod.ovp.kaltura.com/generic-webhook-trigger/invoke?token=$2

0 comments on commit 7709ff5

Please sign in to comment.