{"id":20053184,"url":"https://github.com/irezaul/jenkins","last_synced_at":"2026-03-06T01:41:02.217Z","repository":{"id":140057959,"uuid":"379887940","full_name":"irezaul/jenkins","owner":"irezaul","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-04T13:52:58.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T09:14:03.347Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/irezaul.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":"2021-06-24T10:32:21.000Z","updated_at":"2021-08-04T13:53:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e788692-8e8b-409c-938f-518026b5e109","html_url":"https://github.com/irezaul/jenkins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/irezaul/jenkins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irezaul%2Fjenkins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irezaul%2Fjenkins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irezaul%2Fjenkins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irezaul%2Fjenkins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irezaul","download_url":"https://codeload.github.com/irezaul/jenkins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irezaul%2Fjenkins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30157889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"ssl_error","status_checked_at":"2026-03-05T22:39:24.771Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-13T12:23:20.705Z","updated_at":"2026-03-06T01:41:02.199Z","avatar_url":"https://github.com/irezaul.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jenkins Cheat sheet for Ubuntu \u0026 macOs\n\n\u003e Jenkins is an Open-Source project written in JAVA that runs on Windows, macOS and Other Unix like Opareting system.\n\n\u003e Jenkins was Originally developed by SUN Microsystem in 2004 under the name Hudson..\n\n\u003e It's free! strong Community Supported and lots of Plugins are available and might be your first choice tool for CI (continuous integration).\n\n\u003e Jenkins automade the entire Software Development life-cycle.\n\n\u003e Whenever developer's write code, we intrigate all that code of all developers at that point of time and we build, test \u0026 deploy/deliver to the client. (this process are called CI/CD).\n\n\u003e Jenkins help us to achive this. beacuse of CI nows bugs(error) will be reported fast and get rectified fast. so the entire software development happens fast.\n\n\n# install to macOS\n``` bash\nbrew install java\n\n```\n![java install](https://user-images.githubusercontent.com/77927449/123520597-39bc0900-d6d3-11eb-9376-3b7dcda9effd.png)\n\n#### 2nd step\n``` python\nbrew install jenkins-lts\n```\n![Jenkins install](https://user-images.githubusercontent.com/77927449/123520757-13e33400-d6d4-11eb-8f84-d9ec84dc8c1c.png)\n\n#### 3rd step\n\n```\nbrew services start jenkins-lts   \nbrew services stop jenkins-lts\nbrew services status jenkins-lts   \n```\n\n# Install to Ubuntu\n\n#### 1st step\n``` bash \nsudo apt-get update\n```\n####  added the repository key to the system:\n``` bash\nwget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -\n```\n#### added debian package repository address :\n``` bash\nsudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ \u003e /etc/apt/sources.list.d/jenkins.list'\n```\n#### update apt :\n```bash\nsudo apt update\n```\n#### Finally install Jenkins -\n```bash\nsudo apt install jenkins\n```\n\n#### Now start, status \u0026 stop alos working -\n``` bash\nsudo systemctl start jenkins\nsudo systemctl status jenkins\nsudo systemctl stop jenkins\n```\n\nIf you need any question \u0026 need to added somthing please info me....\n[rezaulkarim](fb.com/mtmartbd)\n\n## How to added a agent -\n##### Go Jenkins Dashboard click to `Nodes` then click to `New Nodes`\n\n![Jenkins nodes](https://user-images.githubusercontent.com/77927449/128058427-d86b9ce0-6e8f-4141-b2dc-5ebaa8926e6e.png)\n\n##### click on add node \u0026 next show this screen \u0026 copy the `agent.jar` link..\n\n![node_link](https://user-images.githubusercontent.com/77927449/128058940-cecb3668-46e6-4f78-87fe-ae3bbc5fe18c.png)\n\n![agent jar_](https://user-images.githubusercontent.com/77927449/128059185-9b59b625-90de-402c-a7ac-32d4e0def20f.png)\n\n#### now go to Host Machine \u0026 download `Agent.jar`\n##### go to the home directory \u0026 download it by command-\n\n```bash\nwget http://192.168.1.11:8080/jnlpJars/agent.jar\n```\n![agent_file](https://user-images.githubusercontent.com/77927449/128060376-4162abf4-a471-4e9d-98f7-29d90c22a3c0.jpeg)\n\n#### then run the command which jenkins give to you when added node.\n\n![node_link](https://user-images.githubusercontent.com/77927449/128058940-cecb3668-46e6-4f78-87fe-ae3bbc5fe18c.png)\n\n### Example-\n```bash\njava -jar agent.jar -jnlpUrl http://192.168.1.11:8080/computer/agent1/jenkins-agent.jnlp -secret a7c38d66f03fe6be49aa7484b4a1f5acbd662db3acc92bfc51abc813f9e0bd3c -workDir \"/home/\"\n```\n#### Now your node ready -\n\n![node-added](https://user-images.githubusercontent.com/77927449/128060468-75f3513c-d440-4845-b637-83280bc75110.jpeg)\n\n\n\n\n\n[MASTER-ACADEMY](https://master.com.bd/) \njoin here [codingbootcamp](fb.com/groups/codingbootcampbd)\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firezaul%2Fjenkins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firezaul%2Fjenkins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firezaul%2Fjenkins/lists"}