An open API service indexing awesome lists of open source software.

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.

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
```