File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ext.rundeckPluginVersion = '1.2'
22
22
ext. pluginClassNames=
23
23
' com.rundeck.plugins.aws.S3ResourceModelSource'
24
24
ext. pluginName = ' S3 resource Model Source'
25
- ext. pluginDescription = ' AWS S3 Resource Model Source '
25
+ ext. pluginDescription = ' Use Amazon S3 to store resources model file. '
26
26
27
27
apply plugin : ' java'
28
28
apply plugin : ' groovy'
61
61
from " $buildDir /output"
62
62
manifest {
63
63
def libList = configurations. pluginLibs. collect{' lib/' + it. name}. join(' ' )
64
+ attributes ' Rundeck-Plugin-Name' : pluginName
65
+ attributes ' Rundeck-Plugin-Description' : pluginDescription
66
+ attributes ' Rundeck-Plugin-Rundeck-Compatibility-Version' : ' 2.10.0+'
67
+ attributes ' Rundeck-Plugin-Tags' : ' java,resource model,aws,s3'
68
+ attributes ' Rundeck-Plugin-License' : ' Apache 2.0'
69
+ attributes ' Rundeck-Plugin-Source-Link' : ' https://github.com/rundeck-plugins/aws-s3-model-source'
70
+ attributes ' Rundeck-Plugin-Target-Host-Compatibility' : ' all'
71
+ attributes ' Rundeck-Plugin-Author' : ' Rundeck, Inc.'
64
72
attributes ' Rundeck-Plugin-Classnames' : pluginClassNames
65
73
attributes ' Rundeck-Plugin-File-Version' : version
66
74
attributes ' Rundeck-Plugin-Version' : rundeckPluginVersion
You can’t perform that action at this time.
0 commit comments