#jenkins
Read more stories on Hashnode
Articles with this tag
Create two machine using Ubuntu 22.04.4 Rename a master ec2 update Install Java Check java version Add Jenkins key Update Install...
First create two ec2 In master Add the Jenkins repo using the following command: Import a key file from Jenkins-CI to enable installation from the...
Jenkins is an open-source Java-based automation server that helps with building, testing, and deploying software. It's used as a continuous...
Download git for windows for 64bit Now installed Check git version git configuration configure mail check Check in cmd now download jdk; jdk...
Update the system sudo yum update && sudo yum upgrade -y Jenkins is a java based app, so we need to install java sudo yum install java-17* Check...