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: 12 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 12 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T20:53:09.000Z (about 2 years ago)
- Last Synced: 2024-12-03T16:18:07.304Z (10 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
================[](https://gitter.im/jenkinsci/ownership-plugin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://plugins.jenkins.io/ownership)
[](https://github.com/jenkinsci/ownership-plugin/releases/latest)
[](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 Column:

# 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).