Branch: refs/heads/master Home: https://github.com/jenkinsci/upload-pgyer-plugin Commit: 6439339b7ea596afeb233b491e91aa99fd1cf2dc https://github.com/jenkinsci/upload-pgyer-plugin/commit/6439339b7ea596afeb233b491e91aa99fd1cf2dc Author: myroid <myr...@foxmail.com> Date: 2020-08-15 (Sat, 15 Aug 2020)
Changed paths: M README.md M README_cn.md M pom.xml A src/main/java/ren/helloworld/upload2pgyer/TimeoutParameterDefinition.java M src/main/java/ren/helloworld/upload2pgyer/UploadBuilder.java M src/main/java/ren/helloworld/upload2pgyer/UploadBuilderV2.java A src/main/java/ren/helloworld/upload2pgyer/UploadParameterDefinition.java M src/main/java/ren/helloworld/upload2pgyer/UploadPublisher.java M src/main/java/ren/helloworld/upload2pgyer/UploadPublisherV2.java A src/main/java/ren/helloworld/upload2pgyer/ValidationParameters.java M src/main/java/ren/helloworld/upload2pgyer/apiv1/ParamsBeanV1.java M src/main/java/ren/helloworld/upload2pgyer/apiv1/PgyerUploadV1.java M src/main/java/ren/helloworld/upload2pgyer/apiv2/ParamsBeanV2.java M src/main/java/ren/helloworld/upload2pgyer/apiv2/PgyerUploadV2.java M src/main/java/ren/helloworld/upload2pgyer/helper/CommonUtil.java M src/main/java/ren/helloworld/upload2pgyer/helper/PgyerV1Helper.java M src/main/java/ren/helloworld/upload2pgyer/helper/PgyerV2Helper.java M src/main/java/ren/helloworld/upload2pgyer/helper/ProgressRequestBody.java M src/main/java/ren/helloworld/upload2pgyer/helper/PublishEnvVarAction.java A src/main/resources/ren/helloworld/upload2pgyer/TimeoutParameterDefinition/config.jelly A src/main/resources/ren/helloworld/upload2pgyer/TimeoutParameterDefinition/help-defaultValue.html A src/main/resources/ren/helloworld/upload2pgyer/TimeoutParameterDefinition/help-name.html A src/main/resources/ren/helloworld/upload2pgyer/TimeoutParameterDefinition/help.html A src/main/resources/ren/helloworld/upload2pgyer/TimeoutParameterDefinition/index.jelly M src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/config.jelly A src/main/resources/ren/helloworld/upload2pgyer/UploadBuilder/help-channelShortcut.html M src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/config.jelly A src/main/resources/ren/helloworld/upload2pgyer/UploadBuilderV2/help-buildChannelShortcut.html A src/main/resources/ren/helloworld/upload2pgyer/UploadParameterDefinition/config.jelly A src/main/resources/ren/helloworld/upload2pgyer/UploadParameterDefinition/help-defaultValue.html A src/main/resources/ren/helloworld/upload2pgyer/UploadParameterDefinition/help-name.html A src/main/resources/ren/helloworld/upload2pgyer/UploadParameterDefinition/help.html A src/main/resources/ren/helloworld/upload2pgyer/UploadParameterDefinition/index.jelly M src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/config.jelly A src/main/resources/ren/helloworld/upload2pgyer/UploadPublisher/help-channelShortcut.html M src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/config.jelly A src/main/resources/ren/helloworld/upload2pgyer/UploadPublisherV2/help-buildChannelShortcut.html A src/test/java/ren/helloworld/upload2pgyer/TimeoutParameterDefinition.java A src/test/java/ren/helloworld/upload2pgyer/UploadParameterDefinition.java Log Message: ----------- feat(1.34): add build parameters 1. Minimum Jenkins requirement: 2.164.1 2. Add `isUploadPgyer` build parameter 3. Add `uploadPgyerTimeout` build parameter 4. Upgrade pgyer api, add `channelShortcut` parameter 5. Change the default value of `installType` to 1 6. Optimize parameters verification 7. Upgrade Gson 2.8.6 8. Upgrade Ant 1.10.8 9. Upgrade OkHttp3 3.14.9 10. Optimize code to improve stability -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/upload-pgyer-plugin/push/refs/heads/master/72d35e-643933%40github.com.