From b57c366f3bd8a2bc1f74d0e0c5ade35ab401e9f0 Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Thu, 21 Sep 2023 15:50:33 -0400 Subject: [PATCH] No branch needed now --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 397b81235..1db5ee972 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,7 @@ def checkCompilation(String testsPath, String stancFlags = ""){ unstash 'ubuntu-exe' sh """ - git clone --recursive --depth 50 https://github.com/stan-dev/performance-tests-cmdstan --branch=fix/checkCompilation + git clone --recursive --depth 50 https://github.com/stan-dev/performance-tests-cmdstan """ writeFile(file:"performance-tests-cmdstan/cmdstan/make/local", text:"CXX=${CXX}")