Skip to content

1.18.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 30 Jul 14:43
· 2400 commits to master since this release
6ba95e9

Migration notes

This release includes a change of the default working directory for the agent, in order to allow docker images to ship with their own configuration files under $HOME directory if they want.

If your Jenkinsfile or pod templates explicitly depends on /home/jenkins you will need to update it to /home/jenkins/agent.
It is recommended to always work within the job workspace ($WORKSPACE) and not rely on absolute paths in your pipelines.

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

🚦 Tests