From 75092a531e4e340c7ad47162e7cfa34dc1e249ea Mon Sep 17 00:00:00 2001 From: gabcro Date: Fri, 31 Jan 2025 13:47:37 -0300 Subject: [PATCH] Changes to jenkins.py --- core/jenkins.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/jenkins.py b/core/jenkins.py index 61f3caf..bc505da 100644 --- a/core/jenkins.py +++ b/core/jenkins.py @@ -105,8 +105,10 @@ def generate_jenkinsfile( extra_flags_str = ' '.join(extra_flags) if extra_flags else '' # Command for extra utilities in the pipeline - utilities_command = (r'sh "python3 /eda/processor-ci/core/labeler_prototype.py -d \$(pwd) ' + - '-c /eda/processor-ci/config.json -o /jenkins/processor_ci_utils/labels.json"') + utilities_command = ( + r'sh "python3 /eda/processor-ci/core/labeler_prototype.py -d \$(pwd) ' + + '-c /eda/processor-ci/config.json -o /jenkins/processor_ci_utils/labels.json"' + ) # Determine simulation command based on file types is_vhdl = any(