You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO:jjwrecker:converting job "APP6/Calib, prodspec, torrkit, etc/AxxFF/AxxFF_I3_DB640_calib"
last called scm
Traceback (most recent call last):
File "/usr/local/bin/jjwrecker", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.10/dist-packages/jenkins_job_wrecker/cli.py", line 297, in main
convert_to_yml(job_names, 'job', output_dir=args.output_dir)
File "/usr/local/lib/python3.10/dist-packages/jenkins_job_wrecker/cli.py", line 281, in convert_to_yml
yaml = root_to_yaml(root, fullname, args.ignore_actions_tag)
File "/usr/local/lib/python3.10/dist-packages/jenkins_job_wrecker/cli.py", line 96, in root_to_yaml
handlers.gen_yml(job, root)
File "/usr/local/lib/python3.10/dist-packages/jenkins_job_wrecker/modules/handlers.py", line 16, in gen_yml
self.registry.dispatch(self.component, handler_name, child, settings)
File "/usr/local/lib/python3.10/dist-packages/jenkins_job_wrecker/registry.py", line 64, in dispatch
handler.gen_yml(parent, xml)
File "/usr/local/lib/python3.10/dist-packages/jenkins_job_wrecker/modules/scm.py", line 29, in gen_yml
raise NotImplementedError('%s scm not supported' % data.attrib['class']) NotImplementedError: org.jenkinsci.plugins.p4.PerforceScm scm not supported
Will Try to fix this in the code . Any help is welcome - If solution is already implemented
The text was updated successfully, but these errors were encountered:
INFO:jjwrecker:converting job "APP6/Calib, prodspec, torrkit, etc/AxxFF/AxxFF_I3_DB640_calib"
last called scm
Traceback (most recent call last):
File "/usr/local/bin/jjwrecker", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.10/dist-packages/jenkins_job_wrecker/cli.py", line 297, in main
convert_to_yml(job_names, 'job', output_dir=args.output_dir)
File "/usr/local/lib/python3.10/dist-packages/jenkins_job_wrecker/cli.py", line 281, in convert_to_yml
yaml = root_to_yaml(root, fullname, args.ignore_actions_tag)
File "/usr/local/lib/python3.10/dist-packages/jenkins_job_wrecker/cli.py", line 96, in root_to_yaml
handlers.gen_yml(job, root)
File "/usr/local/lib/python3.10/dist-packages/jenkins_job_wrecker/modules/handlers.py", line 16, in gen_yml
self.registry.dispatch(self.component, handler_name, child, settings)
File "/usr/local/lib/python3.10/dist-packages/jenkins_job_wrecker/registry.py", line 64, in dispatch
handler.gen_yml(parent, xml)
File "/usr/local/lib/python3.10/dist-packages/jenkins_job_wrecker/modules/scm.py", line 29, in gen_yml
raise NotImplementedError('%s scm not supported' % data.attrib['class'])
NotImplementedError: org.jenkinsci.plugins.p4.PerforceScm scm not supported
Will Try to fix this in the code . Any help is welcome - If solution is already implemented
The text was updated successfully, but these errors were encountered: