From 5d8fd36022d637a25b85cef23945face3436d5b3 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Mon, 24 Mar 2025 21:53:52 -0700 Subject: [PATCH] jenkins looper: new branch for each runs --- scripts/jenkins_loop_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/jenkins_loop_test.sh b/scripts/jenkins_loop_test.sh index 0b242e98dc..8073f4668c 100755 --- a/scripts/jenkins_loop_test.sh +++ b/scripts/jenkins_loop_test.sh @@ -16,7 +16,7 @@ CRUMB=$(curl -s --cookie-jar $COOKIE_JAR 'https://jenkins.comma.life/crumbIssuer FIRST_LOOP=1 function loop() { - JENKINS_BRANCH="__jenkins_loop_${BRANCH}" + JENKINS_BRANCH="__jenkins_loop_${BRANCH}_$(date +%s)" API_ROUTE="https://jenkins.comma.life/job/openpilot/job/$JENKINS_BRANCH" for run in $(seq 1 $((RUNS / 2))); do