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: 7 months ago
JSON representation
A sample project to demonstrate java unit tests and the usage of Jenkinsfile
- Host: GitHub
- URL: https://github.com/osandadeshan/java-unit-tests-demo
- Owner: osandadeshan
- Created: 2021-01-16T09:40:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T12:24:26.000Z (over 4 years ago)
- Last Synced: 2025-01-13T08:27:47.167Z (9 months ago)
- Topics: java, jenkins, jenkins-pipeline, jenkinsfile, unit-test
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
7. Click on "***Save***" button
8. Build the pipeline