Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

why jenkins source code management configuration none?

Tags:

jenkins

While i am trying to configure my project on jenkins. i need to provide git. but in source code management option default none. how to add git.

enter image description here

kindly some one help me, thank you

like image 711
Vasantha Raj Avatar asked Aug 22 '15 12:08

Vasantha Raj


People also ask

What is source code management in Jenkins by default?

Jenkins comes with support for some Source Code Management tools like Subversion and CVS out of the box. if you are using Git, however all you need to do is installing the Jenkins Git plugin. The process is pretty simple and this tutorial will give you a demonstration.

Is Jenkins a source code management tool?

Q #4) Is Jenkins a source code management tool? Answer: Jenkins, by itself, is not a source code management tool. It's primarily used to set up CI/CD pipelines. It, however, provides integration with a lot of Version Control tools like Git, CVS, and Subversion.


2 Answers

  1. Read how to install a plugin: https://wiki.jenkins-ci.org/display/JENKINS/Plugins#Plugins-Howtoinstallplugins
  2. Install the git plugin: https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin
like image 137
Wosi Avatar answered Sep 20 '22 05:09

Wosi


This worked for me. Manage jenkins-> Manage plugins. Search for "Subversion" plugin. Select the "Subversion" plugin from the list and and click on install and restart Jenkins. Go to Job's configuration. Subversion should be listed under SCM (source code management.

like image 34
userJmeter Avatar answered Sep 20 '22 05:09

userJmeter