From 72720c4f8c6d1b3eb09bd0e4c581c4a7ce204053 Mon Sep 17 00:00:00 2001 From: Ali Tariq Date: Tue, 9 Jul 2024 19:43:25 +0500 Subject: [PATCH] Corrected the code block --- source/hosting_jenkins.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/hosting_jenkins.rst b/source/hosting_jenkins.rst index 9526d6e..7d99699 100644 --- a/source/hosting_jenkins.rst +++ b/source/hosting_jenkins.rst @@ -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 -----------------------