rancher/qa-jenkins-library
View on GitHubModify Qase Build and Execute Steps to Allow Non-Error Exits
Open
#3 opened on Jul 23, 2025
good first issue
Repository metrics
- Stars
- (0 stars)
- PR merge metrics
- (PR metrics pending)
Description
- Handling Qase Build and Executable needs a revisit. Currently, it'll exit with error code and force an exceptional error catch
- Image https://github.com/rancher/tests/blob/main/validation/Dockerfile.validation doesn't have ENTRYPOINT or
CMD, with theENTRYPOINTscript below, we can do the wrap here - currently forced in the shared libraries run command, which causes to need unnecessary params for container (workspace and dir):
//entrypoint.sh
sh - c "@"
./qase-build-reporter
./reporter