How to write 1st jenkins pipeline
Pipeline job
Search for a command to run...
Articles tagged with #jenkins
Pipeline job
Create two machine using Ubuntu 22.04.4 Rename a master ec2 update Install Java Check java version Add Jenkins key Update Install Jenkins Enable Jenkins Start, Status Jenkins In Slave Rename hostname Update Check java version Login as ...
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 package: Upgrade install java install jenkins enable jenkins start jenkins status of jenkins s...
Jenkins is an open-source Java-based automation server that helps with building, testing, and deploying software. It's used as a continuous integration (CI) and continuous delivery (CD) tool to manage and control the software delivery process. Day 55...
Download git for windows for 64bit Now installed Check git version git configuration configure mail check Check in cmd now download jdk; jdk installation complete check java version set java path in user variable in system variable in ...
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 java installed Next, add the Jenkins repository to your system with the following commands sudo wget -...