Skip to content

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
Copy link
Contributor

sue445 commented 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