Skip to content

Commit

Permalink
Corrected the code block
Browse files Browse the repository at this point in the history
  • Loading branch information
alitariq4589 committed Jul 9, 2024
1 parent 771e88f commit 72720c4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source/hosting_jenkins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ Install prerequisites

Compute instances need OpenJDK 17 or newer installed on them to be hosted on Jenkins.

```bash
sudo apt install openjdk-17-jdk
```
.. code::
sudo apt install openjdk-17-jdk
Set up agent in Jenkins
-----------------------
Expand Down

0 comments on commit 72720c4

Please sign in to comment.