Use Jenkins API plugin instead of libraries
Recipe ID
org.openrewrite.jenkins.ReplaceLibrariesWithApiPluginArtifact
org.openrewrite.recipe:rewrite-jenkinsPrefer Jenkins API plugins over bundling libraries for slimmer plugins.
Usage
You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.jenkins.ReplaceLibrariesWithApiPlugin --recipe-option "pluginGroupId=io.jenkins.plugins" --recipe-option "pluginArtifactId=jackson2-api" --recipe-option "pluginVersion=1981.v17df70e84a_a_1" --recipe-option "replaces=groupId: org.apache.commons
artifactId: commons-text"If the recipe isn’t available locally, install it with:
mod config recipes jar install org.openrewrite.recipe:rewrite-jenkins:0.37.0Options
| Name | Type | Description |
|---|---|---|
pluginGroupIdrequired | String | The first part of a dependency coordinate 'io.jenkins.plugins:ARTIFACT_ID:VERSION'. e.g. io.jenkins.plugins |
pluginArtifactIdrequired | String | The second part of a dependency coordinate 'GROUP_ID:jackson2-api:VERSION'. e.g. jackson2-api |
pluginVersionrequired | String | An exact version number. e.g. 1981.v17df70e84a_a_1 |
replacesrequired | Set | The set of library coordinates replaced by this API Plugin. e.g. groupId: org.apache.commons
artifactId: commons-text |
Data tables
Structured output this recipe can produce.
- Source files that had resultsSource files that were modified by the recipe run.
org.openrewrite.table.SourcesFileResults - Source files that had search resultsSearch results that were found during the recipe run.
org.openrewrite.table.SearchResults - Source files that errored on a recipeThe details of all errors produced by a recipe run.
org.openrewrite.table.SourcesFileErrors - Recipe performanceStatistics used in analyzing the performance of recipes.
org.openrewrite.table.RecipeRunStats