Extract for info from Jenkinsfile and support different layout #544
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Extract full platform information from Jenkinsfile and detect default values according to https://github.com/jenkins-infra/pipeline-library (including useContainerAgent or forkCount)
The only missing is the 'jenkinsVersion' that some plugin decide to override instead of using the default from the pom. I will add it on an other PR
This is also some preparation for #531 in order to keep the current config but migrate to new format. Or adding, removing JDK. Or removing extra jenkinsVersion or limit matrix size (for example 2 or 3 if necessary) to save compute resource
For example
will have JDK8 on Linux and Windows
Or
Will have Java 17 and 21 on Linux and Windows
This is some preparation to convert to the "new" format
Testing done
Mainly automated tests
Submitter checklist