{"id":24234943,"url":"https://github.com/bulletdev/pipeline-automatizador","last_synced_at":"2026-04-08T23:34:50.966Z","repository":{"id":271233779,"uuid":"912793269","full_name":"Bulletdev/pipeline-automatizador","owner":"Bulletdev","description":"Configure CI/CD pipelines quickly and intuitively, without the need to edit files manually. ","archived":false,"fork":false,"pushed_at":"2025-03-06T12:07:47.000Z","size":250,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-06T21:18:23.085Z","etag":null,"topics":["ci-cd","devops","docker","gradle","java","jenkins","maven","npm"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Bulletdev.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,"zenodo":null}},"created_at":"2025-01-06T12:06:05.000Z","updated_at":"2025-03-06T12:07:50.000Z","dependencies_parsed_at":"2025-07-14T10:32:22.654Z","dependency_job_id":"001ecbb9-844c-4fdb-82c2-ff328355626a","html_url":"https://github.com/Bulletdev/pipeline-automatizador","commit_stats":null,"previous_names":["bulletdev/pipeline-automatizador"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bulletdev/pipeline-automatizador","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bulletdev%2Fpipeline-automatizador","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bulletdev%2Fpipeline-automatizador/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bulletdev%2Fpipeline-automatizador/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bulletdev%2Fpipeline-automatizador/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bulletdev","download_url":"https://codeload.github.com/Bulletdev/pipeline-automatizador/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bulletdev%2Fpipeline-automatizador/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274936006,"owners_count":25376837,"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","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ci-cd","devops","docker","gradle","java","jenkins","maven","npm"],"created_at":"2025-01-14T17:39:02.371Z","updated_at":"2026-04-08T23:34:50.938Z","avatar_url":"https://github.com/Bulletdev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CodeQL Advanced](https://github.com/Bulletdev/pipeline-automatizador/actions/workflows/codeql.yml/badge.svg)](https://github.com/Bulletdev/pipeline-automatizador/actions/workflows/codeql.yml)\n\n## 🚀 CI/CD Pipeline Configurator\n\n## 📋 Index \n- [About the Project](#-about-the-project)\n- [Features](#-features) \n- [System Requirements](#-system-requirements)\n- [Installation](#-installation)\n- [How to Use](#-how-to-use)\n- [Troubleshooting](#-troubleshooting)\n- [Contribution](#-contribution)\n- [License](#-license) \n\n## 🎯 About the Project\n\nThe CI/CD Pipeline Configurator is a Java application that allows you to create and configure continuous integration and delivery pipelines in a simple and intuitive way.\nWith it, you can generate configurations for Jenkins and Docker without having to edit files manually.\n\nDEMO  ↓\n\n\u003cdetails\u003e\n\u003cimg src=\"/Public/example.png\"\u003e\n\u003c/details\u003e\n\n \n## ✨ Features\n\n### Graphical Interface 🖥️\n\n- Easy-to-use interface\n- Intuitive form for entering data\n- Real-time visualization of the status of operations\n- Support for multiple projects\n\n### Supported configurations 🛠️\n\n- Build tools\n    - Maven 📦\n    - Gradle 🐘\n    - npm 📚\n    - Docker 🐳\n  \n### Main Features 🌟\n- Automatic generation of Jenkinsfile\n- Docker configuration (optional)\n- Git repository initialization\n- Input validation\n- Operations log\n- File generation status\n\n\n## 💻 System requirements\n\n- Java Development Kit (JDK) 21 or higher\n- Git installed on the system\n- Graphical environment for running Swing\n- 512MB of RAM (minimum)\n- 100MB of disk space\n- Internet connection (for downloading dependencies)\n- Maven, Gradle or npm (optional)\n- Docker (optional)\n- Jenkins (optional)\n- Docker Compose (optional)\n\n\n## 🚀 Installation\n\n1. **Clone the repository:**\n\n```bash\ngit clone https://bulletdev/pipeline-automatizador.git\ncd pipeline-automatizador\n```\n\n2. **Compile the project:**\n```bash\njavac PipelineConfigApp.java\n```\n\n3. **Run the application:**\n```bash\njava PipelineConfigApp\n```\n\n## 📖 How to use\n\n### 1. Initial configuration 🎮\n1. Open the application\n2. Fill in the required fields:\n    - Project Name\n    - Repository URL\n    - Branch (default: main)\n\n### 2. Build configuration 🔧\n1. Select the build tool (Maven, Gradle or npm)\n2. Configure the desired build commands\n3. Check the Docker option if you want to include containerization settings\n\n### 3 Pipeline generation ⚡\n1. Click on the “Create Pipeline” button\n2. Wait for the process to finish\n3. Check the files generated in the `pipeline-configs/[project-name]` folder.\n\n\n## ❗ Troubleshooting\n\n### Possible Features and Solutions 🔍\n\n1. **Error initializing Git**\n    - Check that Git is installed\n    - Confirm directory permissions\n\n2. **Interface not loading**\n    - Check Java version\n    - Check if a graphical environment is available\n\n3. **File generation error\n    - Check write permissions\n    - Check that the directory is not in use\n\n## 🤝 Contribution\n\n1. Fork the project\n2. Create a Branch for your Feature (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📝 License\n\nThis project is under the MIT license. See the [LICENSE](LICENSE) file for more details.\n\n---\n\n💡 **Tip:** Always keep your Java version up to date for best compatibility.\n\n📫 **Contact:** For suggestions or problems, open an [issue](https://github.com/bulletdev/pipeline-automatizador/issues).\n\n🌟 If this project has helped you, consider giving it a star on GitHub!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbulletdev%2Fpipeline-automatizador","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbulletdev%2Fpipeline-automatizador","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbulletdev%2Fpipeline-automatizador/lists"}