Skip to content

Commit 22cf094

Browse files
authored
Junit plugin setup initial commit
1 parent c4f8362 commit 22cf094

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Jenkins/junit_plugin_setup.MD

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Configure Junit pulgin on Jenkins
2+
Junit is one of the most popular unit testing tool for java. install plugin to start with this
3+
4+
#### Follow this artical in **[YouTube]()**
5+
6+
#### Prerequisites
7+
1. Jenkins server **[Get Help Here](https://www.youtube.com/watch?v=M32O4Yv0ANc)
8+
9+
#### Setup maven on jenkins console
10+
- Install maven plugin without restart
11+
- `Manage Jenkins` > `Jenkins Plugins` > `available` > `junit`
12+
13+
#### Next Steps
14+
15+
- [x] [Configure Users & Groups in Jenkins](https://youtu.be/jZOqcB32dYM)
16+
- [x] [Secure your Jenkins Server](https://youtu.be/19FmJumnkDc)
17+
- [x] [Jenkins Plugin Installation](https://youtu.be/p_PqPBbjaZ4)
18+
- [x] [Jenkins Master-Slave Configuration](https://youtu.be/hwrYURP4O2k)

0 commit comments

Comments
 (0)