0 votes
in Jenkins by
What is SCM? Which SCM tools are supported in Jenkins?

1 Answer

0 votes
by

SCM stands for Source Control Management.

SCM module specifies source code location.

The entry point to SCM is being specified as jenkins_jobs.scm.

The job specified with ‘scm’ attribute accepts multiple numbers of SCM definitions.

The SCM can be defined as:

scm:

  name: eloc – scm

  scm:

        git:

        url: ssh://Jenkins.org/eloc.git

Jenkins supported SCM tools include:

CVS

Git

Perforce

AccuRev

Subversion

Clearcase

RTC

Mercurial

Related questions

0 votes
asked Aug 24, 2023 in Git by JackTerrance
0 votes
0 votes
asked Oct 14, 2020 in Jenkins by rahuljain1
...