Skip to content

Commit

Permalink
feat(jenkins): Show the active configuration to ease debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Nov 30, 2023
1 parent a464678 commit 09da25e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions integrations/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,14 @@ pipeline {
enabled: ${USE_CLEARLY_DEFINED_CURATIONS}
EOF
fi
ORT_OPTIONS="$LOG_LEVEL"
if [ "$STACKTRACE" = "true" ]; then
ORT_OPTIONS="$ORT_OPTIONS --stacktrace"
fi
/opt/ort/bin/ort $ORT_OPTIONS config --show-active
'''.stripIndent().trim()
}
}
Expand Down

0 comments on commit 09da25e

Please sign in to comment.