Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkinsci/ownership-plugin
Jenkins plugin. Provides explicit ownership of jobs and agents
https://github.com/jenkinsci/ownership-plugin
adopt-this-plugin jenkins jenkins-plugin jenkins-security ownership plugin security ui
Last synced: 18 days ago
JSON representation
Jenkins plugin. Provides explicit ownership of jobs and agents
- Host: GitHub
- URL: https://github.com/jenkinsci/ownership-plugin
- Owner: jenkinsci
- License: mit
- Fork: true (synopsys-arc-oss/ownership-plugin)
- Created: 2013-07-12T17:08:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T20:53:09.000Z (over 1 year ago)
- Last Synced: 2024-12-03T16:18:07.304Z (2 months ago)
- Topics: adopt-this-plugin, jenkins, jenkins-plugin, jenkins-security, ownership, plugin, security, ui
- Language: Java
- Homepage: https://plugins.jenkins.io/ownership/
- Size: 3.53 MB
- Stars: 26
- Watchers: 8
- Forks: 40
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Ownership Plugin for Jenkins
================[![Join the chat at https://gitter.im/jenkinsci/ownership-plugin](https://badges.gitter.im/jenkinsci/ownership-plugin.svg)](https://gitter.im/jenkinsci/ownership-plugin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/ownership.svg)](https://plugins.jenkins.io/ownership)
[![GitHub release](https://img.shields.io/github/release/jenkinsci/ownership-plugin.svg?label=changelog)](https://github.com/jenkinsci/ownership-plugin/releases/latest)
[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/ownership.svg?color=blue)](https://plugins.jenkins.io/ownership)This plugin provides an ownership engine for [Jenkins](https://jenkins.io/) automation server.
# Supported features
* Ownership management for jobs, folders, runs and nodes (Summary boxes, ListView columns, etc.)
* Injection of ownership variables into the build environment
* Easy MailTo links for "Contact owners" and "Contact admins" with pre-formatted messages
* [Ownership-Based Security](doc/OwnershipBasedSecurity.md) (Role Strategy, Job Restrictions, Authorize Project, etc.)
* Integration with Jenkins Pipeline
* Ownership Filter for List Views# Documentation
* [Configuration](doc/Configuration.md)
* [Ownership-Based Security](doc/OwnershipBasedSecurity.md)
* [AbstractProject Integration](doc/AbstractProjectSupport.md)
* [Pipeline Integration](doc/PipelineIntegration.md)
* [Contributing](CONTRIBUTING.md)
* [Changelog](CHANGELOG.md)# Examples
Below you can find several Ownership Plugin UI examples.
Ownership Info Summary box:
![Ownership Summary box](doc/images/summaryBox.png)
Ownership Column:
![Ownership Column](doc/images/ownerColumn.png)
# Plugin Integrations
Ownership Plugin provides integration with multiple Jenkins plugins:
* Role Strategy - see [Ownership-Based Security](doc/OwnershipBasedSecurity.md)
* Job Restrictions - see [Ownership-Based Security](doc/OwnershipBasedSecurity.md)
* Authorize Project - see [Ownership-Based Security](doc/OwnershipBasedSecurity.md)
* Token Macro - see [AbstractProject Integration](doc/AbstractProjectSupport.md)
* Pipeline - see [Pipeline Integration](doc/PipelineIntegration.md)The plugin also contributes extension points, which can be used by other plugins.
# License
[MIT License](http://www.opensource.org/licenses/mit-license.php)
# Changelog
See [GitHub releases](https://github.com/jenkinsci/ownership-plugin/releases) for recent releases.
Changelog for 0.12.1 and older versions is available [here](CHANGELOG.md).