Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

sonatype-nexus-community/jenkins-nexus-notifier-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nexus Notifier Plugin

A Jenkins plugin to consume results of the Nexus Platform Plugin and publish them to various services.

Notifiers

Bitbucket Server Code Insights

A notifier for Code Insights, a feature of Bitbucket Server. Nexus Notifier for Code Insights allows Nexus Lifecycle policy evaluation information to show up in Bitbucket Server alongside code and Pull Requests. Use policy evaluations to determine whether open source components introduced by new code meet your quality and governance guidelines before merging to master. More information can be seen in the video below.

Nexus Notifier for Bitbucket Server

Plugin Usage

Configuration

Notifier destinations need to be first configured in the Global Configuration. The Freestyle UI and Pipeline Syntax Generator will only display configuration options for destinations configured in the Global Configuration.

Freestyle

The Nexus Notifier can be used in Freestyle builds as a Post Build action. The Nexus Platform Plugin "Invoke Nexus Policy Evaluation" step must be run during the build to use the Nexus Notifier action.

Pipeline

The Pipeline Syntax Generator can be used to generate pipeline steps for the Nexus Notifier.

Development

Development to this plugin is encouraged. Please see the Sonatype Code Style repository for acceptable code styles their IDE settings.

LICENSE

Copyright (c) 2018-present Sonatype, Inc. All rights reserved.

This program is licensed to you under the Apache License Version 2.0,
and you may not use this file except in compliance with the Apache License Version 2.0.
You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing,
software distributed under the Apache License Version 2.0 is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.