Skip to content

Commit

Permalink
Changes to jenkins.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gabcro committed Jan 31, 2025
1 parent dec8c78 commit 75092a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions core/jenkins.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 75092a5

Please sign in to comment.