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
jjwrecker breaks when attempting to convert the below xml file. The error is:
last called concurrentbuild
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/bin/jjwrecker", line 11, in <module>
load_entry_point('jenkins-job-wrecker', 'console_scripts', 'jjwrecker')()
File "/Users/jpatallah/GitRepos/jenkins-job-wrecker/jenkins_job_wrecker/cli.py", line 196, in main
yaml = root_to_yaml(root, args.name, args.ignore_actions_tag)
File "/Users/jpatallah/GitRepos/jenkins-job-wrecker/jenkins_job_wrecker/cli.py", line 97, in root_to_yaml
handlers.gen_yml(job, root)
File "/Users/jpatallah/GitRepos/jenkins-job-wrecker/jenkins_job_wrecker/modules/handlers.py", line 24, in gen_yml
yml_parent[key].append(value[0])
AttributeError: 'bool' object has no attribute 'append'
jjwrecker breaks when attempting to convert the below xml file. The error is:
The xml file is:
The text was updated successfully, but these errors were encountered: