Skip to content

Commit 41eeab1

Browse files
authored
Git setup initial commit
1 parent 56b91b5 commit 41eeab1

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

Jenkins/Git_setup.MD

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Configure Git pulgin on Jenkins
2+
Git is one of the most popular tool for version contorl system. you can pull code from git repositories using jenkins if you use github plugin.
3+
4+
#### Follow this artical in **[YouTube](https://www.youtube.com/watch?v=wgfsVmHnAiM)**
5+
6+
#### Prerequisites
7+
1. Jenkins server **[Get Help Here](https://www.youtube.com/watch?v=M32O4Yv0ANc)
8+
9+
#### Install Git on Jenkins server
10+
Install git packages on jenkins server
11+
```sh
12+
yum install git -y
13+
```
14+
15+
#### Setup maven on jenkins console
16+
- Install maven plugin without restart
17+
- `Manage Jenkins` > `Jenkins Plugins` > `available` > `github`
18+
19+
- Configure java path
20+
- `Manage Jenkins` > `Global Tool Configuration` > `git`
21+
22+
#### Next Steps
23+
24+
- [x] [Configure Users & Groups in Jenkins](https://youtu.be/jZOqcB32dYM)
25+
- [x] [Secure your Jenkins Server](https://youtu.be/19FmJumnkDc)
26+
- [x] [Jenkins Plugin Installation](https://youtu.be/p_PqPBbjaZ4)
27+
- [x] [Jenkins Master-Slave Configuration](https://youtu.be/hwrYURP4O2k)

0 commit comments

Comments
 (0)