846.v5a_f7e3dce959
💥 Breaking changes
The breaking change only affects configuration as code users
Summary of changes
- VM Templates are now hidden by default so as they don't take up a huge amount of the page
- Slight re-ordering of fields, grouping similar ones together
- Launchers can have their own config page now, preparation for host key verification potentially
- Heading added on agent config page
- Use sentence case for UI labels
- Minor text changes on UI labels
Upgrade guide
Launcher specific methods have been nested under their own config page.
Users who only use the UI to configure should have no issues upgrading as compatibility has been maintained.
Users who use the configuration as code plugin will have to make minor adjustments to their configuration when upgrading.
Changes configuration as code users need to make
SSH Launcher:
agentLaunchMethod: "SSH"becomes
launcher: "ssh"Inbound launcher:
agentLaunchMethod: "JNLP"becomes
launcher: "inbound"SSH options set:
agentLaunchMethod: "SSH"
preInstallSsh: true
sshConfig: "ForwardAgent yes"becomes
launcher:
ssh:
preInstallSsh: true
sshConfig: "ForwardAgent yes"