Skip to content

Commit

Permalink
Specify supported OS as linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ketan committed May 10, 2019
1 parent 5bad4a4 commit 5cc092f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 50 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ build/
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

gocd-yum-repo-plugin/src/main/resources-generated/
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Changelog is now moved to the GitHub releases page of this plugin


# 2.0.3

- Cleanup the build script. No changes in functionality
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ apply from: "https://raw.githubusercontent.com/gocd/gocd-plugin-gradle-task-help

gocdPlugin {
id = 'yum'
pluginVersion = '2.0.4'
pluginVersion = '2.0.5'
goCdVersion = '15.2.0'
name = 'Yum Plugin'
description = 'Plugin that polls a yum repository'
vendorName = 'ThoughtWorks Go Team'
vendorUrl = 'https://github.com/gocd/gocd-yum-repository-poller-plugin'
targetOs = ['Linux']

githubRepo {
owner = System.getenv('GITHUB_USER') ?: 'bob'
Expand Down
18 changes: 0 additions & 18 deletions gocd-yum-repo-plugin/src/main/resource-templates/plugin.properties

This file was deleted.

31 changes: 0 additions & 31 deletions gocd-yum-repo-plugin/src/main/resource-templates/plugin.xml

This file was deleted.

0 comments on commit 5cc092f

Please sign in to comment.