From 667402cc83c4401a04c6bc052cf6e9ca3de231bb Mon Sep 17 00:00:00 2001 From: Vsevolod Fedorov Date: Sat, 1 Jun 2024 18:42:56 +0300 Subject: [PATCH] Fix links to nexus platform plugin It is no longer distributed by the Jenkins project due to its license terms. Change-Id: Iadfd6d5db3df2d611bae96df01ee65d5caf17c1a --- jenkins_jobs/modules/builders.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jenkins_jobs/modules/builders.py b/jenkins_jobs/modules/builders.py index 8f01bed54..c521703c5 100644 --- a/jenkins_jobs/modules/builders.py +++ b/jenkins_jobs/modules/builders.py @@ -4303,8 +4303,8 @@ def nexus_iq_policy_evaluator(registry, xml_parent, data): Integrates the Nexus Lifecycle into a Jenkins job. This function triggers 'Invokes Nexus Policy Evaluation'. - Requires the Jenkins :jenkins-plugins:`Nexus Platform Plugin - `. + Requires the Jenkins :jenkins-github:`Nexus Platform Plugin + `. :arg str stage: Controls the stage the policy evaluation will be run against on the Nexus IQ Server (required) @@ -4399,8 +4399,8 @@ def nexus_repo_manager(registry, xml_parent, data): Allows for artifacts selected in Jenkins packages to be available in Nexus Repository Manager. - Requires the Jenkins :jenkins-plugins:`Nexus Platform Plugin - `. + Requires the Jenkins :jenkins-github:`Nexus Platform Plugin + `. :arg str instance-id: The ID of the Nexus Instance (required) :arg str repo-id: The ID of the Nexus Repository (required)