From 7a23f46308e10c40d82d9dbda74b2d0c532c590e Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Fri, 8 Sep 2023 15:57:11 -0400 Subject: [PATCH] Perf test branch was merged --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5838c66bd..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 compile-only + git clone --recursive --depth 50 https://github.com/stan-dev/performance-tests-cmdstan """ writeFile(file:"performance-tests-cmdstan/cmdstan/make/local", text:"CXX=${CXX}")