Oliver Gorwits
2018-01-13 08:43:41 +00:00
parent b5c3e4268c
commit c7b2b7be05

View File

@@ -0,0 +1,4 @@
#!/bin/bash
for url in $(echo $BUILD_TRIGGERS | sed "s/,/ /g"); do
curl -X POST -H "Content-Type: application/json" --data "{ \"build\": true, \"source_name\": \"$SOURCE_BRANCH\" }" $url
done