File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,22 @@ fun Project.deployPlugin() = BuildType {
51
51
type = BuildTypeSettings .Type .DEPLOYMENT
52
52
enablePersonalBuilds = false
53
53
maxRunningBuilds = 1
54
+ params {
55
+ text(
56
+ name = releaseVersionParameter,
57
+ value = " " ,
58
+ label = " Release Version" ,
59
+ display = ParameterDisplay .PROMPT ,
60
+ allowEmpty = false
61
+ )
62
+ }
54
63
55
64
steps {
56
65
gradle {
57
66
name = " Publish Plugin"
58
67
jdkHome = " %env.$jdk %"
59
68
jvmArgs = " -Xmx1g"
60
- gradleParams = " --info --stacktrace -P$gradlePublishKey =%$gradlePublishKey % -P$gradlePublishSecret =%$gradlePublishSecret %"
69
+ gradleParams = " --info --stacktrace -P$releaseVersionParameter =% $releaseVersionParameter % -P $ gradlePublishKey =%$gradlePublishKey % -P$gradlePublishSecret =%$gradlePublishSecret %"
61
70
tasks = " clean :plugin:publishPlugins"
62
71
buildFile = " "
63
72
gradleWrapperPath = " "
You can’t perform that action at this time.
0 commit comments