opendevstack / ods-jenkins-shared-library

Shared Jenkins library which all ODS projects & components use - provisioning, SonarQube code scanning, Nexus publishing, OpenShift template based deployments and repository orchestration
Apache License 2.0
71 stars 57 forks source link

odsComponentStageBuildOpenShiftImage: jenkins build log cropped #1125

Open tbugfinder opened 3 months ago

tbugfinder commented 3 months ago

Describe the bug We've been building an OSS project which spits out loads of console output during build. After the build jenkins log does not include all of the output of the build pod terminal output itself. It seems that there's a limit.

To Reproduce Steps to reproduce the behavior:

  1. Build odsComponentStageBuildOpenShiftImage
  2. Output 20mb to 50mb to console
  3. Compare build pod output with jenkins log output

Expected behavior Jenkins log should include all of the build log.

Screenshots If applicable, add screenshots to help explain your problem.

Affected version (please complete the following information):

Log Output (ensure to remove any confidential information like tokens, project names, etc.

n/a

Additional context Add any other context about the problem here.

tbugfinder commented 3 months ago

FYI @SHoen