#!/bin/sh

URL='http://localhost:50010/job/{{name}}/build?delay=0sec'

echo "Run Jenkins build at $URL"
curl "$URL"
