Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for post artifacts on failed pipeline run #908

Merged
merged 1 commit into from
Dec 13, 2023
Merged

Conversation

maknop
Copy link
Contributor

@maknop maknop commented Dec 12, 2023

Fix for posting artifacts on failed Jenkins pipeline run. Needed to add +e before running the docker run command that would kick off the E2E tests. The -e flag will exit immediately if a non-zero code occurs. When this was happening it was skipping the docker cp command that copies the artifacts from the container following the docker run command.

Unrelated, but also removed duplicate set -x.

@maknop maknop requested a review from psav December 12, 2023 22:17
@psav psav merged commit 713cbb2 into master Dec 13, 2023
6 checks passed
@psav psav deleted the mknop/fix_artifacts_post branch February 20, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants