Skip to content

Commit

Permalink
jenkinsci#348 Fix code review issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikolaj Karebski authored and akram committed May 6, 2020
1 parent acd844a commit f09cf03
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions website/content/en/docs/Developer Guide/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ kubectl apply -f deploy/crds/jenkins_v1alpha2_jenkins_cr.yaml
2020-04-27T10:00:06.140+0200 INFO controller-jenkins jenkins/jenkins_controller.go:338 User configuration phase is complete, took 3m26s {"cr": "example"}
```
Two log lines says that Jenkins Operator works correctly:
* `Base configuration phase is complete` - ensures manifests, Jenkins pod, Jenkins configuration and Jenkins API token
* `User configuration phase is complete` - ensures Jenkins restore, backup and seed jobs along with user configuration
> Details about base and user phase can be found [here](https://jenkinsci.github.io/kubernetes-operator/docs/how-it-works/architecture-and-design/).
```bash
kubectl get jenkins -o yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
You can change their versions.
The **Jenkins Operator** will then automatically install plugins after the Jenkins master pod restarts.
The **Jenkins Operator** will then automatically install plugins after the Jenkins master pod restart.
#### Apply plugin's config
Expand Down

0 comments on commit f09cf03

Please sign in to comment.