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

Restrict deep for yaml hierarchy #15

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

den-gts
Copy link

@den-gts den-gts commented Dec 11, 2018

At this moment plugin did handle all levels in yaml tree.
For example next yaml

root:
    a:
        nightly_check: true
   b:
        nightly_check: false
   c:
        nightly_check: true

will return for Axis name (Top key of yaml) = root

[a={nightly_check=true}, b={nightly_check=false}, c={nightly_check=true}]

and configuration's names will be:

a={nightly_check=true}
b={nightly_check=false}
c={nightly_check=true}

Will be great if plugin will return:

[a,b,c]

@sue445 sue445 self-assigned this Dec 11, 2018
@sue445 sue445 self-requested a review December 11, 2018 13:06
@den-gts
Copy link
Author

den-gts commented Dec 11, 2018

I'm stucked at:

General error during class generation: java.lang.NoClassDefFoundError: Unable to load class hudson.matrix.MatrixProject due to missing dependency hudson/tasks/test/AggregatedTestResultAction

That error reproduced at my local environment and your CI while TestCases gradle task. I believe I should update version of some component.

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