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

provider/rundeck: Added multiple functionality. #9

Merged
merged 1 commit into from
Aug 20, 2016
Merged

provider/rundeck: Added multiple functionality. #9

merged 1 commit into from
Aug 20, 2016

Conversation

BobVanB
Copy link
Contributor

@BobVanB BobVanB commented Aug 19, 2016

Added multiple functionality: schedule, descriptions, storagepath, scriptinterpreter, nodesSelectedByDefault, scriptinterpreter, nodefilterbydefault

Got working terraform code:
hashicorp/terraform#8314

@@ -30,13 +30,55 @@ type JobDetail struct {
GroupName string `xml:"group,omitempty"`
ProjectName string `xml:"context>project,omitempty"`
OptionsConfig *JobOptions `xml:"context>options,omitempty"`
Description string `xml:"description,omitempty"`
Description string `xml:"description"`
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Description is manditory, even when its empty.

@BobVanB
Copy link
Contributor Author

BobVanB commented Aug 19, 2016

@apparentlymart If you want some features pulled out of this pull request, just tell me and i will make a separate pull for it.

@apparentlymart apparentlymart merged commit e674f8d into apparentlymart:master Aug 20, 2016
@apparentlymart
Copy link
Owner

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants