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

--export-datatables is not supported anymore #468

Closed
gounthar opened this issue Dec 16, 2024 · 3 comments
Closed

--export-datatables is not supported anymore #468

gounthar opened this issue Dec 16, 2024 · 3 comments
Labels
bug For changelog: Minor bug. Will be listed after features

Comments

@gounthar
Copy link
Collaborator

gounthar commented Dec 16, 2024

I guess it's linked to #461 .

Reproduction steps

java -jar plugin-modernizer-cli/target/jenkins-plugin-modernizer-999999-SNAPSHOT.jar dry-run --plugins badge,build-timestamp --recipe AddCodeOwner --export-datatables

Expected Results

No error.

Actual Results

java -jar plugin-modernizer-cli/target/jenkins-plugin-modernizer-999999-SNAPSHOT.jar dry-run --plugins badge,build-timestamp --recipe AddCodeOwner --export-datatables
Picked up JAVA_TOOL_OPTIONS: -XX:+UseContainerSupport -XX:ActiveProcessorCount=1
Unknown option: '--export-datatables'

Usage:
plugin-modernizer dry-run [-d] [-c=<cachePath>] [-m=<mavenHome>] -r=<recipe>
                          (-p=<plugins>[,<plugins>...] [-p=<plugins>[,
                          <plugins>...]]... | -f=<pluginsFromFile>
                          [-f=<pluginsFromFile>]...)

Description:
Dry Run

Options:
  -c, --cache-path=<cachePath>
                          Path to the cache directory.
  -d, --debug             Enable debug logging.
  -f, --plugin-file=<pluginsFromFile>
                          Path to the file that contains a list of plugins.
  -m, --maven-home=<mavenHome>
                          Path to the Maven Home directory.
  -p, --plugins=<plugins>[,<plugins>...]
                          List of Plugins to Modernize.
  -r, --recipe=<recipe>   Recipe to be applied.

Anything else?

No response

@gounthar gounthar added the bug For changelog: Minor bug. Will be listed after features label Dec 16, 2024
@jonesbusy
Copy link
Collaborator

Good point. Do you actually use this feature ?

From what I see we are not using it to collect this CSV data.

We are collecting our own metadata for Jenkins specific need and I thought was enough

@gounthar
Copy link
Collaborator Author

No, I don't use it. 😅

@jonesbusy
Copy link
Collaborator

Closing. Let's reopen if we have a usecase of data-table.

But since we have our own format (Metadata) we can achieve the same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug For changelog: Minor bug. Will be listed after features
Projects
None yet
Development

No branches or pull requests

2 participants