Files
wlan-testing/cicd/nola-basic-02/loop.bash
2020-08-12 16:59:41 -07:00

9 lines
179 B
Bash
Executable File

#!/bin/bash
while true
do
../testbed_poll.pl --jfrog_passwd tip-read --jfrog_user tip-read --url http://orch/tip/testbeds/nola-basic-02/pending_work/
sleep 120
done