Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
### 2025-03-11

- docs: added changelog
- chore: removed src-docs
- chore: removed src-docs
2 changes: 1 addition & 1 deletion docs/explanation/charm-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ juju config jenkins_agent_name=agent-one
```python
self.framework.observe(self.on.config_changed, self._on_config_changed)
```
4. The method `_on_config_changed`, for its turn, will take the necessary actions such as waiting for all the relations to be ready and then configuring the containers.
4. The method `_on_config_changed`, for its turn, will take the necessary actions such as waiting for all the relations to be ready and then configuring the containers.
2 changes: 1 addition & 1 deletion docs/how-to/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ juju deploy ./jenkins-agent-k8s_ubuntu-22.04-amd64.charm \

## Canonical contributor agreement

Canonical welcomes contributions to the Jenkins agent k8s operator. Please check out our [contributor agreement](https://ubuntu.com/legal/contributors) if you're interested in contributing to the solution.
Canonical welcomes contributions to the Jenkins agent k8s operator. Please check out our [contributor agreement](https://ubuntu.com/legal/contributors) if you're interested in contributing to the solution.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ Thinking about using the jenkins-agent-k8s charm for your next project?
1. [Integrations](reference/integrations.md)
1. [Explanation](explanation)
1. [Charm architecture](explanation/charm-architecture.md)
1. [Changelog](changelog.md)
2 changes: 1 addition & 1 deletion docs/reference/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

See [Actions](https://charmhub.io/jenkins-agent-k8s/actions).

> Read more about actions in the Juju docs: [Action](https://juju.is/docs/juju/action)
> Read more about actions in the Juju docs: [Action](https://juju.is/docs/juju/action)
2 changes: 1 addition & 1 deletion docs/reference/configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

See [Configurations](https://charmhub.io/jenkins-agent-k8s/configure).

> Read more about configurations in the Juju docs: [Configuration](https://juju.is/docs/juju/configuration)
> Read more about configurations in the Juju docs: [Configuration](https://juju.is/docs/juju/configuration)
2 changes: 1 addition & 1 deletion docs/reference/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Agent integration is a required relation for the Jenkins agent charm to supply t
Example agent integrate command:
```
juju integrate jenkins jenkins-agent-k8s
```
```
2 changes: 1 addition & 1 deletion docs/tutorial/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Deploy the `jenkins-agent-k8s-operator` charm for the first time

See the [full Jenkins tutorial](https://charmhub.io/jenkins-k8s/docs/tutorial-getting-started) in the jenkins-k8s-operator documentation.
See the [full Jenkins tutorial](https://charmhub.io/jenkins-k8s/docs/tutorial-getting-started) in the jenkins-k8s-operator documentation.
Loading