← All recipes
Moderne licensed

Use Jenkins API plugin instead of libraries

Recipe IDorg.openrewrite.jenkins.ReplaceLibrariesWithApiPlugin
Artifactorg.openrewrite.recipe:rewrite-jenkins

Prefer Jenkins API plugins over bundling libraries for slimmer plugins.

Single recipeMSAL

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.0

Options

NameTypeDescription
pluginGroupIdrequiredStringThe first part of a dependency coordinate 'io.jenkins.plugins:ARTIFACT_ID:VERSION'.
e.g. io.jenkins.plugins
pluginArtifactIdrequiredStringThe second part of a dependency coordinate 'GROUP_ID:jackson2-api:VERSION'.
e.g. jackson2-api
pluginVersionrequiredStringAn exact version number.
e.g. 1981.v17df70e84a_a_1
replacesrequiredSetThe 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