18

I'm aware that Jenkins supports Git and SVN. What other SCM tools does Jenkins support?

030's user avatar
030
13.4k18 gold badges76 silver badges180 bronze badges
askedFeb 28, 2017 at 17:00
kenorb's user avatar

3 Answers3

18

It supportsAccuRev, CVS, Subversion, Git, Mercurial, Perforce, Clearcase andRTC.

For all of them exists a plugin and as you probably already know, Jenkins is not limited to only that list, anyone can create a SCM plugin for other options if they want to.

Here is the link to the plugins:

answeredFeb 28, 2017 at 17:09
Gepser Hoil's user avatar
9

In addition to the list in the previous answer, there is also the plugin thatintegrates Serena Dimensions CM with Jenkins. Some more details about this plugin (from the linked page):

The plugin allows a Jenkins job to be associated with aSerena Dimensions CM stream or project, automatically updating the Jenkins workspace with file content from the Dimensions CM repository.

The plugin currently supports

  • Polling
  • Checkout
  • Build change log reporting
  • Tagging
  • Artifact Upload
  • Tag Deployment
  • Launching Tagged Builds via Dimensions Builder

Video tutorial:Dimensions CM: Jenkins Plugin Tutorial

answeredFeb 28, 2017 at 17:42
Pierre.Vriens's user avatar
4

Your question doesn't specify which platform (OS) it is about. But if it is about good old mainframes (running zOS, whereas the z stands for "zero downtime ..."), then these would be some possible options to pick from (quotes are from the linked pages):

  • Compuware Source Code Download for Endevor, PDS, and ISPW Plugin.

    ... allows Jenkins users to download Endevor, PDS, or ISPW members from the mainframe to the PC. Source can then be accessed on the PC, for example, for SonarQube analysis and reporting.

  • IBM zOS Connector.

    ... provides its functions via FTP connection to IBM z/OS LPAR. You can configure your SCLM project on z/OS and then check for the changes via Jenkins.

    Features include:

    • Submission of user JCL job (with optional log collected upon finish).
    • Introduction of SCLM as SCM for your projects allowing to checkout SCLM changes.
    • The ability to build SCLM projects currently can be performed only via 'Submit zOS Job' build action.

PS: if you're not familiar with the typical SCM solutions on this platform (such as Endevor or ISPW), then have a look at thetypical SCM solutions exist for managing mainframe software.

answeredMar 3, 2017 at 18:50
Pierre.Vriens's user avatar

Your Answer

Sign up orlog in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

By clicking “Post Your Answer”, you agree to ourterms of service and acknowledge you have read ourprivacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.