MyGit

jenkinsci/mina-sshd-api-plugin

Fork: 15 Star: 1 (更新于 2024-11-22 22:00:01)

license: MIT

Language: Java .

This plugin provides the Apache Mina SSHD Core library to plugins.

最后发布版本: 2.13.2-125.v200281b_61d59 ( 2024-08-14 00:20:31)

官方网址 GitHub网址

Mina SSHD Api Plugin

This plugin wraps Apache Mina SSHD modules as Jenkins plugins. Each module have its own plugins.

Build

To build the plugin locally:

mvn clean verify

Release

The release is automated on Pull Request merge as per this documentation. To release the plugin, ask the maintainer(s) to merge a PR.

See the release page

Test local instance

mvn hpi:run

Adding a new Plugin / Module

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
    • Add a dependency on org.apache.sshd:sshd-#MODULE_NAME.

      <dependency>
          <groupId>org.apache.sshd</groupId>
          <artifactId>sshd-#MODULE_NAME</artifactId>
          <version>${revision}</version>
      </dependency>
      
    • Exclude all transitive dependencies

  • Create src/main/resource/index.jelly
  • Add the module to the root pom.xml

最近版本更新:(数据更新于 2024-09-05 11:56:04)

2024-08-14 00:20:31 2.13.2-125.v200281b_61d59

2024-07-02 08:55:00 2.13.1-117.v2f1a_b_66ff91d

2024-06-04 19:13:41 2.12.1-113.v4d3ea_5eb_7f72

2024-06-04 18:39:09 2.12.1-111.v06de17b_e0ed5

2024-03-28 20:14:37 2.12.1-101.v85b_e08b_780dd

2024-03-26 20:24:15 2.12.0-99.vdb_f07841c2db_

2024-01-19 15:51:05 2.12.0-90.v9f7fb_9fa_3d3b_

2023-10-24 08:01:44 2.11.0-86.v836f585d47fa_

2023-05-16 07:37:38 2.10.0-69.v28e3e36d18eb_

2023-03-25 11:40:52 2.9.2-62.v199162f0a_2f8

主题(topics):

sshd

jenkinsci/mina-sshd-api-plugin同语言 Java最近更新仓库

2024-11-21 20:32:01 spring-projects/spring-boot

2024-11-21 09:44:43 Card-Forge/forge

2024-11-20 14:38:43 StarRocks/starrocks

2024-11-19 23:42:52 spring-projects/spring-authorization-server

2024-11-18 21:40:12 4379711/lol-helper

2024-11-16 22:50:41 xuxueli/xxl-job