From 9e469aba6b87835b6791e025fc99b5b88867077c Mon Sep 17 00:00:00 2001 From: Michael Behrisch Date: Tue, 4 Feb 2025 17:28:12 +0100 Subject: [PATCH] switching back to main in jenkins #3 --- .jenkins/sign-macos-installer.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins/sign-macos-installer.jenkinsfile b/.jenkins/sign-macos-installer.jenkinsfile index 1995efff41a..10c03528497 100644 --- a/.jenkins/sign-macos-installer.jenkinsfile +++ b/.jenkins/sign-macos-installer.jenkinsfile @@ -27,7 +27,7 @@ pipeline { cmake --install jupedsim-build --config Release # Cloning SUMO - git clone -q --filter=tree:0 --branch v1_22_0 https://github.com/eclipse-sumo/sumo.git + git clone -q --filter=tree:0 --branch main https://github.com/eclipse-sumo/sumo.git export SUMO_HOME=\${WORKSPACE}/sumo # Creating virtual env for Python for the whole process