Since version 1.6, the GitHub Organization Folder has been an obsolete tombstone

No need for installations to keep installing it anew, the required functionality
has been incorporated into the github-branch-source plugin.

See: https://github.com/jenkinsci/github-organization-folder-plugin
This commit is contained in:
R. Tyler Croy 2017-07-19 20:32:02 -07:00
parent 820c57245b
commit f808d03a34
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
2 changed files with 0 additions and 11 deletions

View File

@ -23,12 +23,6 @@
<artifactId>blueocean-pipeline-api-impl</artifactId>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>github-organization-folder</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>github-api</artifactId>

View File

@ -394,11 +394,6 @@
<artifactId>pipeline-milestone-step</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>github-organization-folder</artifactId>
<version>1.6</version>
</dependency>
<dependency>
<groupId>com.coravy.hudson.plugins.github</groupId>
<artifactId>github</artifactId>