From 16f8fb49dd94eb81d36f844a9468540c853a680e Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Fri, 17 May 2024 12:49:40 -0400 Subject: [PATCH] Jenkins: update test pipeline path We moved the pipeline within Jenkins to tidy up. It accidentally broke the test pipeline. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5ac223e647..f76d98999b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ properties( defaultValue: 'master', description: 'tests-jenkins-shared-libraries branch'), string(name: 'TEST_PIPELINE_PATH', - defaultValue: 'bcc/test_bcc/', + defaultValue: 'ClamBCC/test_bcc/', description: 'path for test pipelines'), ]