🚀 New features and improvements
- JENKINS-63627 - container() defines
POD_CONTAINERin its body with the name of the container (#925) @Vlatombe
🐛 Bug Fixes
- JENKINS-62502 -
ContainerExecDecoratorshould escape double quotes (#924) @Vlatombe - JENKINS-61072 - Merge init containers (#929) @Vlatombe
- JENKINS-61950 - [CPLT2-6470] unfixing $$ in env vars for sh step inside a container step (#933) @kerogers-cloudbees
- JENKINS-63976 - Avoid canceling build if resourcequota exceeded or conflict (#930) @Cyanoth
- Avoid streaming to 2 similar OutputStreams (#927) @yahavi
📝 Documentation updates
- JENKINS-58631 - Document
defaultContainerfor declarative (#928) @Vlatombe