We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f8362 commit 22cf094Copy full SHA for 22cf094
Jenkins/junit_plugin_setup.MD
@@ -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