jenkinsapi icon indicating copy to clipboard operation
jenkinsapi copied to clipboard

get_scm_type() throws NotSupportSCM for Standard Pipeline Jobs with SCM

Open Sai-Raveendra-Kandregula opened this issue 11 months ago • 0 comments

get_scm_type() is unable to pick up scm node from the config element tree for a Pipeline job since the scm node is is nested within a definition node. I do have the fix for it which I manually implemented in my scripts. I am happy to raise a PR for it.