{"id":23567035,"url":"https://github.com/pratikshinde55/jenkins-setup-onaws","last_synced_at":"2025-11-01T22:30:41.679Z","repository":{"id":269832959,"uuid":"908598983","full_name":"Pratikshinde55/Jenkins-Setup-onAWS","owner":"Pratikshinde55","description":"On the top of AWS Cloud EC2 Instance Download and Access Jenkins by WebUI","archived":false,"fork":false,"pushed_at":"2025-01-03T07:43:18.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T17:54:34.422Z","etag":null,"topics":["aws-ec2","jenkins","jenkins-setup","jenkins-setup-guide"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pratikshinde55.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-26T13:19:44.000Z","updated_at":"2025-01-03T07:43:21.000Z","dependencies_parsed_at":"2024-12-26T14:23:02.601Z","dependency_job_id":"234cdf74-5537-4498-8b9a-ff40b1c4dd15","html_url":"https://github.com/Pratikshinde55/Jenkins-Setup-onAWS","commit_stats":null,"previous_names":["pratikshinde55/jenkins-setup-onaws"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pratikshinde55%2FJenkins-Setup-onAWS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pratikshinde55%2FJenkins-Setup-onAWS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pratikshinde55%2FJenkins-Setup-onAWS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pratikshinde55%2FJenkins-Setup-onAWS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pratikshinde55","download_url":"https://codeload.github.com/Pratikshinde55/Jenkins-Setup-onAWS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239340505,"owners_count":19622702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-ec2","jenkins","jenkins-setup","jenkins-setup-guide"],"created_at":"2024-12-26T18:17:03.260Z","updated_at":"2025-11-01T22:30:41.627Z","avatar_url":"https://github.com/Pratikshinde55.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jenkins-Setup-onAWS\nOn the top of AWS Cloud EC2 Instance I Download and access Jenkins by WebUI\n\n - How to install Jenkins :\n\nFollowing are the ways of connect to Jenkins:\n\n1. WebUI \n2. CLI\n3. API\n\nInstall and steup of jenkins bye WebUI:\n \nFor this i use AWS Cloud EC2 instance (amazon linux2 ami), In this instance i installed jenkins.\n\n - Note:\n\nFor install jenkins need yum repository and key, \u0026 Jenkins is made from Java , so jenkins work on java .\n[Jenkins-Download-Link](https://pkg.jenkins.io/redhat-stable/)\n\nFollowing command For Installing Jenkins on AWS EC2  :\n\n1. Install yum repo For Jenkins:\n\n       sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo\n\n2. Install Jenkins key:\n\n        sudo rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io-2023.key\n\n3. Install java For Jenkins: (This command is different for different os)\n   \n        yum install java-17-amazon-corretto-devel\n \n  - This not work in some AMI\n\n        yum install fontconfig java-17-openjdk\n4. Install Jenkins:\n\n       yum install jenkins -y\n\n5. Start Jenkins service:\n\n       systemctl start jenkins\n       systemctl enable jenkins\n\nNow Jenkins is installed successfully, connet jenkins by webUI:\n\nFor this we use EC2 instance public IP and Jenkins work or \n\n**Jenkins Default port no. = 8080**\n\nOn Browser:--  \" http://Public_IP : 8080 \" (Connect Jenkins WebUI)\n\n - Note: \n\nAWS EC2 Instance have Firewall , for connect to EC2 we need allow security Group:\n\nIn security group \u003e\u003e edit inbound rule \u003e\u003e \"Custom TCP  8080  myIP \"\n\n![Screenshot 2024-04-13 150813](https://github.com/Pratikshinde55/Jenkins/assets/145910708/05ad7d9f-e63e-49cf-95bb-448dfb4a1916)\n\nNow Jenkins InterFace occurs on browser using Public_Ip of instance and 8080 port no. :\n\n![Screenshot 2024-04-13 151042](https://github.com/Pratikshinde55/Jenkins/assets/145910708/1e827615-2005-46ef-8390-427624c5bb78)\n\n- For Login jenkins Password is neccessary \u0026 Jenkins kept password at location **\"/var/lib/jenkins/secrets/initialAdminPassword\"**, Go Jenkins OS  and view \npassword \n      \n      cat /var/lib/jenkins/secrets/initialAdminPassword\n\n- Copy password and paste on WebUI , now Select 'Install suggested plugins' Plugins start downloading:\n\n![Screenshot 2024-04-13 151514](https://github.com/Pratikshinde55/Jenkins/assets/145910708/42353e64-69da-493d-9816-85153ec7e479)\n\n- Create First Admin User Username Interface appers: Fill info and start jenkins:\n\n![Screenshot 2024-04-13 152143](https://github.com/Pratikshinde55/Jenkins/assets/145910708/6765f294-f394-4223-8881-4755699dc96d)\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpratikshinde55%2Fjenkins-setup-onaws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpratikshinde55%2Fjenkins-setup-onaws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpratikshinde55%2Fjenkins-setup-onaws/lists"}