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
last called actions
Traceback (most recent call last):
File "/usr/local/bin/jjwrecker", line 10, in <module>
sys.exit(main())
File "/usr/local/lib/python3.7/dist-packages/jenkins_job_wrecker/cli.py", line 195, in main
yaml = root_to_yaml(root, args.name, args.ignore_actions_tag)
File "/usr/local/lib/python3.7/dist-packages/jenkins_job_wrecker/cli.py", line 96, in root_to_yaml
handlers.gen_yml(job, root)
File "/usr/local/lib/python3.7/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.7/dist-packages/jenkins_job_wrecker/registry.py", line 60, in dispatch
self.registry[component][name](xml, parent)
File "/usr/local/lib/python3.7/dist-packages/jenkins_job_wrecker/modules/handlers.py", line 40, in actions
raise NotImplementedError("Don't know how to handle a "
NotImplementedError: Don't know how to handle a non-empty <actions> element.
Have you tried to use '-a' (--ignore-actions-tag) option to ignore actions tag ? Eg.
jjwrecker -f /var/jenkins_home/jobs/frontend/config.xml -n 'frontend' -a ?
Hi! I tried this tool for the first time and immediately got the error.
The text was updated successfully, but these errors were encountered: