https://github.com/bia1708/cimple
cimple is a utility tool for automatically installing and configuring Jenkins and for generating Jenkins CI pipelines for your GitHub projects.
https://github.com/bia1708/cimple
bash ci-cd jenkins python3
Last synced: 5 months ago
JSON representation
cimple is a utility tool for automatically installing and configuring Jenkins and for generating Jenkins CI pipelines for your GitHub projects.
- Host: GitHub
- URL: https://github.com/bia1708/cimple
- Owner: bia1708
- License: mit
- Created: 2024-03-03T18:09:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T12:39:45.000Z (almost 2 years ago)
- Last Synced: 2025-06-01T08:50:51.510Z (about 1 year ago)
- Topics: bash, ci-cd, jenkins, python3
- Language: Python
- Homepage:
- Size: 4.68 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cimple
# Installation
## Requirements:
* Install nodejs:
* Find the correct installer script at https://github.com/nodesource/distributions/tree/master/scripts
* Install the apt dependencies:
```angular2html
> sudo apt install -y libxcb-cursor0 curl jq gh python3.10-venv maven cmake npm
```
## Build instructions
```angular2html
> git clone https://github.com/bia1708/cimple.git
> cd cimple/
> python3 -m pip install .
> cimple
```