You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds PodName field to Build struct and includes it in log messages
after the script stage. This helps identify the specific container
or pod executing a job, appearing in messages like 'Job succeeded'
alongside hostname and other metadata.
Implemented across executors:
- Docker: uses container name
- Kubernetes: uses pod name
- Docker Machine: tracks in machine details
- Custom: supports pod_name in config output
0 commit comments