Skip to content

Commit

Permalink
[doc] Adding a file in RPU is not needed anymore (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dohbedoh authored Aug 19, 2022
1 parent 2218a49 commit 568f7cd
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,7 @@ mvn hpi:run

# Adding a new Plugin / Module

If in need for a new SSHD module, follow these steps:

Open a pull request in [jenkins-infra/repository-permissions-updater](https://github.com/jenkins-infra/repository-permissions-updater) to have the new plugin added:

* Create a new file `permissions/plugins-mina-sshd-api-#MODULE_NAME.yml` with the following content:

```yaml
---
name: "mina-sshd-api-#MODULE_NAME"
github: &GH "jenkinsci/mina-sshd-api-plugin"
paths:
- "io/jenkins/plugins/mina-sshd-api/mina-sshd-api-#MODULE_NAME"
cd:
enabled: true
developers:
- "jglick"
- "allan_burdajewicz"
issues:
- jira: 28925
```
Open a pull request on this repository:
If in need for a new SSHD module, open a pull request on this repository. Follow these steps:

* Create a new directory `mina-sshd-api-#MODULE_NAME`
* Create `pom.xml`
Expand Down

0 comments on commit 568f7cd

Please sign in to comment.