Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/osandadeshan/java-unit-tests-demo

A sample project to demonstrate java unit tests and the usage of Jenkinsfile
https://github.com/osandadeshan/java-unit-tests-demo

java jenkins jenkins-pipeline jenkinsfile unit-test

Last synced: 29 days ago
JSON representation

A sample project to demonstrate java unit tests and the usage of Jenkinsfile

Awesome Lists containing this project

README

        

# Java Unit Tests Demo
A sample project to demonstrate java unit tests and the usage of Jenkinsfile.

## How to create Jenkins pipeline
1. Go to Jenkins dashboard
2. Click on "***New Item***"
3. Provide a name to the pipeline
4. Select "***Pipeline***"
5. Click on "***Ok***" button
6. Go to "***Pipeline***" section and configure as follows

![image](https://user-images.githubusercontent.com/9147189/104811751-be048900-5823-11eb-91f3-86452833306d.png)

7. Click on "***Save***" button
8. Build the pipeline