Converting jenkins job to pipeline
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
-
Hi Mano,
Thanks for reaching out! At this time, I do not see pipeline support for the ClearCase plugin. ClearCase SCM is supported solely through plugins and not out of the box. There a JIRA open regarding this which might have additional helpful information: https://issues.jenkins-ci.org/browse/JENKINS-32551.
Best,Parker
0
Please sign in to leave a comment.
Comments
1 comment