Skip to content

Commit

Permalink
Jenkins: update test pipeline path
Browse files Browse the repository at this point in the history
We moved the pipeline within Jenkins to tidy up.
It accidentally broke the test pipeline.
  • Loading branch information
micahsnyder committed May 17, 2024
1 parent 2beadb7 commit 16f8fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'),

]
Expand Down

0 comments on commit 16f8fb4

Please sign in to comment.