Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project import fails if execution has blank threadcount in xml #512

Closed
gschueler opened this issue Aug 16, 2013 · 0 comments
Closed

Project import fails if execution has blank threadcount in xml #512

gschueler opened this issue Aug 16, 2013 · 0 comments
Labels
Milestone

Comments

@gschueler
Copy link
Member

contents of rundeck-project/executions/ID.xml can contain:

<threadcount/>

To fix, change to contain:

<threadcount>1</threadcount>

Project import/export should be fixed to handle this case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant