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 -----------------------