jenkinsapi icon indicating copy to clipboard operation
jenkinsapi copied to clipboard

Pipeline Job Get SCM Element Bug Fix

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

Fixes #891

Single test failures FAILED jenkinsapi_tests/systests/test_job_pipeline_scm.py::test_pipeline_scm - jenkinsapi.custom_exceptions.JenkinsAPIException: Operation failed. url=http://localhost:50607/createItem?name=xthuwbefqg, data= <configVersion>2</configVersion> <userRemoteConfigs> <hudson.plugins.git.UserRemoteConfig> https://example.com/sairk/pipeline-test.git </hudson.plugins.git.UserRemoteConfig> </userRemoteConfigs> <hudson.plugins.git.BranchSpec> main </hudson.plugins.git.BranchSpec>

clintonsteiner avatar May 07 '25 20:05 clintonsteiner

any movement on this? this bug is blocking me right now

mwPandoraid avatar Aug 26 '25 11:08 mwPandoraid

any movement on this? this bug is blocking me right now

@mwPandoraid I am not completely familiar with these tests, and I don't have much time right so it is going to be a while before I can get all the tests to pass. Might I interest you in a workaround for the moment?

any movement on this? this bug is blocking me right now

@mwPandoraid I am not completely familiar with these tests, and I don't have much time right so it is going to be a while before I can get all the tests to pass. Might I interest you in a workaround for the moment?

I need to change the SCM branch using a script, pretty sure I can do that by editing the branch config XML directly so if this won't be fixed too soon I'll probably just do that

mwPandoraid avatar Aug 27 '25 09:08 mwPandoraid