Skip to content

Commit

Permalink
fix: updates jenkins.md with grammar fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Aug 10, 2024
1 parent 59a49c3 commit e9b3b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/jenkins.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Jenkins Tutorial


By specifying the git provider flags (i.e. `git-provider-type` and/or `git-server-url`) in `trestle-bot`, the application can be run in any CI tool can execute jobs in a container. Below we will explore how to use `trestle-bot` with [Jenkins](https://www.jenkins.io/).
By specifying the git provider flags (i.e. `git-provider-type` and/or `git-server-url`) in `trestle-bot`, the application can be run in any CI tool that can execute jobs in a container environment. Below we will explore how to use `trestle-bot` with [Jenkins](https://www.jenkins.io/).

<details markdown="block">
<summary>Optionally set up a test environment</summary>

**Prerequisites**

This tutorial will include how to stand up a local Jenkins environment for testing. To get started, ensure you have the following prerequisites: installed:
This tutorial will include how to stand up a local Jenkins environment for testing. To get started, ensure you have the following prerequisites installed:

- [Podman](https://podman.io/docs/installation)
- [OpenShift Local](https://docs.redhat.com/en/documentation/red_hat_openshift_local/2.18/html/getting_started_guide/installation_gsg)
Expand Down

0 comments on commit e9b3b63

Please sign in to comment.