-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
3
-
Severity 3 - Minor
-
458
-
Issue Summary
pipeline build gets completed (passed) without any build logs, It won't run any of the script commands, only running its build setup and build teardown
There are a few scenarios where the issue is reproducible. They are mentioned below.
Steps to Reproduce
- Scenario 1 - /tmp directory is not present on the image that was used for the build
- Scenario 2 - /bin/sh not present on the build image
- Scenario 3 - For Linux Docker runners, the local volume path for /var/lib/docker/containers:ro is likely incorrect
- Scenario 4 - The default docker container user is a "nobody" user, which is often used for running processes with minimal privileges.
Expected Results
The build should fail with an appropriate error message, for example: "Insufficient user permissions."
Actual Results
pipeline build gets completed (passed) without any build logs
Workaround
Manually, the build cannot be failed, but the fixes/solutions for all the above-mentioned scenarios are captured in the knowledge base document
- relates to
-
ACE-4607 You do not have permission to view this issue