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

https://github.com/elysian01/devops-calculator-project-using-maven


https://github.com/elysian01/devops-calculator-project-using-maven

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# DevOps-Scientific-Calculator-Project-Using-Maven

## Technologies Used

1. Git/Github
2. Jenkins for CI/CD Pipeline
3. Docker for containerization
4. Ansible for pulling image
5. Tools: IntelliJ, Shell cmd

## Steps

1. Create a project in IntelliJ, choose Maven JDK-21
2. Write Calculator Program and Test-cases (J-unit-5.8)
3. Setup Jenkins with tools, global credentials

``` ngrok http 8080```
jenkins => System => Change Jenkins URL

To run the jar file inside docker
```
java -cp Calculator-1.0-SNAPSHOT.jar org.calculator.Main
```