PPPunit Pawarinskyrunner.hashnode.dev·May 21, 2023 · 1 min readJenkins Setup on UbuntuSteps to Use the Script Create a file name Jenkins.sh Copy and paste the below script and save the file. Make the Jenkins.sh file executable. Run the script. #!/bin/bash sudo apt update sudo apt install openjdk-11-jdk -y sudo apt install maven ...00