Skip to content

Commit a28bb75

Browse files
committed
Update changelog & readme
1 parent e9742a8 commit a28bb75

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Changelog
22

3+
### Version 2.41 (not yet released)
4+
- Major rework of GUI. Inspired by similar changes in the [kubernetes](https://github.com/jenkinsci/kubernetes-plugin/pull/1443) and [azure](https://github.com/jenkinsci/kubernetes-plugin/pull/1443) plugins, template configurations are now on separate pages. This simplifies editing of templates so that you know exactly which one you are editing. It also improves the performance of the cloud configuration page. In the templates overview, templates can also reordered with DnD.
35
### Version 2.40 (May 17, 2025)
46
- Major rework of CLI. Documentation [here](CLI.md)
57
- Added support for ecdsa-sha2-nistp256 and ssh-ed25519 key types when provisioning ssh-keys on agent nodes

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ infrastructures [supported](http://jclouds.apache.org/reference/providers/#compu
1414

1515
## Adding a new Cloud Provider
1616

17-
- Goto Jenkins Configuration page by clicking on `Manage Jenkins``Manage Nodes and Clouds``Configure Clouds` or
18-
browsing to the URL <http://localhost:8080/configureClouds>
19-
- Scroll down to Cloud Section
20-
- Click on the \`Add a new cloud\` pop-up menu button which should
21-
have an option - \`Cloud (JClouds)\`
22-
- Click on \`Cloud (JClouds)\`
17+
- Goto Jenkins Configuration page by clicking on `Manage Jenkins``Clouds` or browsing to the URL
18+
<http://localhost:8080/manage/cloud/>
19+
- Click on the `+ New cloud` button
20+
- In the next dialog, enter a name for this cloud and select the cloud type `Cloud (JClouds)`
21+
- Click on `Create`
2322
- Fill in the configuration options
2423
- Profile : the name of the profile e.g, `aws-agent-profile`.
2524
- Provider Name: Select from the supported providers.

0 commit comments

Comments
 (0)