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 <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Dec 1, 2023
1 parent 36e8138 commit 81b3130
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 81b3130

Please sign in to comment.