I've a jenkins job which uses clearcase as SCM . Does pipeline support Clearcase as SCM ? If so, could you please let me know the sample steps that I have to use in Jenkinsfile to use clearcase as SCM
From the below link only supported SCM's are listed
https://go.cloudbees.com/docs/cloudbees-documentation/cookbook/book.html#_pipeline_dsl_keywords
Supported SCMs
-
GitSCM
(git
): supported as of 2.3; nativegit
step also bundled -
SubversionSCM
(subversion
): supported as of the Subversion Plugin’s v 2.5; nativesvn
step also bundled -
MercurialSCM
(mercurial
): supported as of 1.51 -
PerforceScm
(p4
, not the olderperforce
): supported as of 1.2.0
Could you please shed some light on this please ?
Thanks
Mano