[jenkinsci/ssh-steps-plugin] 35c54f: Add engineering blog post link to README
Branch: refs/heads/master Home: https://github.com/jenkinsci/ssh-steps-plugin Commit: 35c54f1c6d5fa836fd9471ec2cd09ce9f18c169d https://github.com/jenkinsci/ssh-steps-plugin/commit/35c54f1c6d5fa836fd9471ec2cd09ce9f18c169d Author: Naresh Rayapati Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M README.adoc Log Message: --- Add engineering blog post link to README **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/localization-zh-cn-plugin] f9005b: Fix bugs found by findbugs
Branch: refs/heads/master Home: https://github.com/jenkinsci/localization-zh-cn-plugin Commit: f9005b9cc0d0ebcce195be6a6834d7493d4c4bd6 https://github.com/jenkinsci/localization-zh-cn-plugin/commit/f9005b9cc0d0ebcce195be6a6834d7493d4c4bd6 Author: suren Date: 2018-09-28 (Fri, 28 Sep 2018) Changed paths: M src/main/java/jenkins/plugins/localization/I18nRequestDispatcher.java M src/main/java/jenkins/plugins/localization/LocalizationFacet.java M src/main/java/jenkins/plugins/localization/ResourceBundleFactoryImpl.java Log Message: --- Fix bugs found by findbugs **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/kubernetes-cd-plugin] 8dd0ee: Fix DM_DEFAULT_ENCODING error in findbugs
Branch: refs/heads/migrate_sdk Home: https://github.com/jenkinsci/kubernetes-cd-plugin Commit: 8dd0ee7ac0a5c8f86e51bff4376aa23fde1dd7d2 https://github.com/jenkinsci/kubernetes-cd-plugin/commit/8dd0ee7ac0a5c8f86e51bff4376aa23fde1dd7d2 Author: Jie Shen Date: 2018-09-28 (Fri, 28 Sep 2018) Changed paths: M src/main/java/com/microsoft/jenkins/kubernetes/wrapper/KubernetesClientWrapper.java Log Message: --- Fix DM_DEFAULT_ENCODING error in findbugs **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/kubernetes-cd-plugin] 4b1e09: Use class to fetch kind information for resource
Branch: refs/heads/migrate_sdk Home: https://github.com/jenkinsci/kubernetes-cd-plugin Commit: 4b1e09e7e33456c178cc9123a3e413b262003aab https://github.com/jenkinsci/kubernetes-cd-plugin/commit/4b1e09e7e33456c178cc9123a3e413b262003aab Author: Jie Shen Date: 2018-09-28 (Fri, 28 Sep 2018) Changed paths: M src/main/java/com/microsoft/jenkins/kubernetes/wrapper/ResourceManager.java Log Message: --- Use class to fetch kind information for resource Commit: 6da22489fcf2bea11ae3329ccaa475b423e8a718 https://github.com/jenkinsci/kubernetes-cd-plugin/commit/6da22489fcf2bea11ae3329ccaa475b423e8a718 Author: Jie Shen Date: 2018-09-28 (Fri, 28 Sep 2018) Changed paths: M src/main/java/com/microsoft/jenkins/kubernetes/wrapper/ExtensionV1beta1ResourceManager.java M src/main/java/com/microsoft/jenkins/kubernetes/wrapper/KubernetesClientWrapper.java M src/main/java/com/microsoft/jenkins/kubernetes/wrapper/ResourceManager.java M src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1ResourceManager.java M src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1beta1ResourceManager.java M src/main/resources/com/microsoft/jenkins/kubernetes/Messages.properties M src/main/resources/com/microsoft/jenkins/kubernetes/wrapper/Messages.properties Log Message: --- Fix check style issues Compare: https://github.com/jenkinsci/kubernetes-cd-plugin/compare/d64f33220897...6da22489fcf2 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/kubernetes-cd-plugin] 7714dd: Move k8s wrapper into a single package
Branch: refs/heads/migrate_sdk Home: https://github.com/jenkinsci/kubernetes-cd-plugin Commit: 7714ddb6899f16836ede3825b3998964f4ec89f6 https://github.com/jenkinsci/kubernetes-cd-plugin/commit/7714ddb6899f16836ede3825b3998964f4ec89f6 Author: Jie Shen Date: 2018-09-28 (Fri, 28 Sep 2018) Changed paths: R src/main/java/com/microsoft/jenkins/kubernetes/ExtensionV1beta1ResourceManager.java R src/main/java/com/microsoft/jenkins/kubernetes/ExtensionV1beta1ResourceUpdateMonitor.java R src/main/java/com/microsoft/jenkins/kubernetes/KubernetesClientWrapper.java M src/main/java/com/microsoft/jenkins/kubernetes/KubernetesDeployContext.java R src/main/java/com/microsoft/jenkins/kubernetes/ResourceManager.java R src/main/java/com/microsoft/jenkins/kubernetes/V1ResourceManager.java R src/main/java/com/microsoft/jenkins/kubernetes/V1ResourceUpdateMonitor.java R src/main/java/com/microsoft/jenkins/kubernetes/V1beta1ResourceManager.java R src/main/java/com/microsoft/jenkins/kubernetes/V1beta1ResourceUpdateMonitor.java M src/main/java/com/microsoft/jenkins/kubernetes/command/DeploymentCommand.java M src/main/java/com/microsoft/jenkins/kubernetes/credentials/ClientWrapperFactory.java M src/main/java/com/microsoft/jenkins/kubernetes/credentials/ConfigFileCredentials.java M src/main/java/com/microsoft/jenkins/kubernetes/credentials/SSHCredentials.java M src/main/java/com/microsoft/jenkins/kubernetes/credentials/TextCredentials.java A src/main/java/com/microsoft/jenkins/kubernetes/wrapper/ExtensionV1beta1ResourceManager.java A src/main/java/com/microsoft/jenkins/kubernetes/wrapper/ExtensionV1beta1ResourceUpdateMonitor.java A src/main/java/com/microsoft/jenkins/kubernetes/wrapper/KubernetesClientWrapper.java A src/main/java/com/microsoft/jenkins/kubernetes/wrapper/ResourceManager.java A src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1ResourceManager.java A src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1ResourceUpdateMonitor.java A src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1beta1ResourceManager.java A src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1beta1ResourceUpdateMonitor.java M src/main/resources/com/microsoft/jenkins/kubernetes/Messages.properties A src/main/resources/com/microsoft/jenkins/kubernetes/wrapper/Messages.properties M src/test/java/com/microsoft/jenkins/kubernetes/KubernetesClientWrapperTest.java M src/test/java/com/microsoft/jenkins/kubernetes/command/DeploymentCommandTest.java Log Message: --- Move k8s wrapper into a single package Commit: d64f332208970a8b6b63c223bfee1811f10c891b https://github.com/jenkinsci/kubernetes-cd-plugin/commit/d64f332208970a8b6b63c223bfee1811f10c891b Author: Jie Shen Date: 2018-09-28 (Fri, 28 Sep 2018) Changed paths: M src/main/java/com/microsoft/jenkins/kubernetes/wrapper/ExtensionV1beta1ResourceManager.java M src/main/java/com/microsoft/jenkins/kubernetes/wrapper/KubernetesClientWrapper.java M src/main/java/com/microsoft/jenkins/kubernetes/wrapper/ResourceManager.java M src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1ResourceManager.java M src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1beta1ResourceManager.java M src/main/resources/com/microsoft/jenkins/kubernetes/wrapper/Messages.properties Log Message: --- Fix several review issues. Compare: https://github.com/jenkinsci/kubernetes-cd-plugin/compare/4ab4d7d3a3f1...d64f33220897 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/localization-zh-cn-plugin] 79ec99: Add localization for Code Coverage API plugin (#5)
Branch: refs/heads/master Home: https://github.com/jenkinsci/localization-zh-cn-plugin Commit: 79ec9967b0f2654f687fee9e1f9aa011aeabff3b https://github.com/jenkinsci/localization-zh-cn-plugin/commit/79ec9967b0f2654f687fee9e1f9aa011aeabff3b Author: Shenyu Zheng Date: 2018-09-28 (Fri, 28 Sep 2018) Changed paths: A code-coverage-api-plugin/src/main/resources/io/jenkins/plugins/coverage/CoverageProjectAction/floatingBox_zh_CN.properties A code-coverage-api-plugin/src/main/resources/io/jenkins/plugins/coverage/CoveragePublisher/config_zh_CN.properties A code-coverage-api-plugin/src/main/resources/io/jenkins/plugins/coverage/adapter/CoverageReportAdapterDescriptor/config_zh_CN.properties A code-coverage-api-plugin/src/main/resources/io/jenkins/plugins/coverage/coverageAction/summary_zh_CN.properties A code-coverage-api-plugin/src/main/resources/io/jenkins/plugins/coverage/source/SourceFileResolver/config_zh_CN.properties A code-coverage-api-plugin/src/main/resources/io/jenkins/plugins/coverage/targets/CoverageResult/index_zh_CN.properties M pom.xml Log Message: --- Add localization for Code Coverage API plugin (#5) * Add localization for Code Coverage API plugin * Add lacked translation * add space between Chinese and English characters **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jenkins] 77f47c: Renaming since this is not about config and 'model...
Branch: refs/heads/data-api Home: https://github.com/jenkinsci/jenkins Commit: 77f47c2721f857b152914e2c5019facc92f38fc4 https://github.com/jenkinsci/jenkins/commit/77f47c2721f857b152914e2c5019facc92f38fc4 Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/jenkins/data/DataContext.java M core/src/main/java/jenkins/data/DataModel.java M core/src/main/java/jenkins/data/JsonSerializer.java M core/src/main/java/jenkins/data/ReadException.java M core/src/main/java/jenkins/data/ReflectiveDataModel.java M core/src/main/java/jenkins/data/ReflectiveDataModelParameter.java M core/src/main/java/jenkins/data/Samples.java M core/src/main/java/jenkins/data/Serializer.java R core/src/main/java/jenkins/data/model/CNode.java R core/src/main/java/jenkins/data/model/Mapping.java R core/src/main/java/jenkins/data/model/Scalar.java R core/src/main/java/jenkins/data/model/Sequence.java R core/src/main/java/jenkins/data/model/Source.java A core/src/main/java/jenkins/data/tree/Mapping.java A core/src/main/java/jenkins/data/tree/Scalar.java A core/src/main/java/jenkins/data/tree/Sequence.java A core/src/main/java/jenkins/data/tree/Source.java A core/src/main/java/jenkins/data/tree/TreeNode.java Log Message: --- Renaming since this is not about config and 'model' is over-used in this package Commit: 9bac67f547fd714d863fb03be7929fa73b501bb5 https://github.com/jenkinsci/jenkins/commit/9bac67f547fd714d863fb03be7929fa73b501bb5 Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/jenkins/data/Samples.java M core/src/main/java/jenkins/data/Serializer.java A core/src/main/java/jenkins/data/VersionedEnvelope.java R core/src/main/java/jenkins/data/VersionedResource.java Log Message: --- I think 'envelope' is more specific, preferrable name Compare: https://github.com/jenkinsci/jenkins/compare/6b90c7021e0b...9bac67f547fd **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jenkins] a8701f: Tying more loose-ends
Branch: refs/heads/data-api Home: https://github.com/jenkinsci/jenkins Commit: a8701fb5b9083d959cb5df250436a85e229b5ee2 https://github.com/jenkinsci/jenkins/commit/a8701fb5b9083d959cb5df250436a85e229b5ee2 Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/jenkins/data/DataModelRegistry.java M core/src/main/java/jenkins/data/ParameterType.java M core/src/main/java/jenkins/data/ReflectiveDataModel.java M core/src/main/java/jenkins/data/ReflectiveDataModelParameter.java Log Message: --- Tying more loose-ends Commit: 6b90c7021e0ba43be825a2a0484e194740fb1fc2 https://github.com/jenkinsci/jenkins/commit/6b90c7021e0ba43be825a2a0484e194740fb1fc2 Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/jenkins/data/JsonSerializer.java M core/src/main/java/jenkins/data/Samples.java M core/src/main/java/jenkins/data/Serializer.java Log Message: --- Tying more loose ends Compare: https://github.com/jenkinsci/jenkins/compare/9b4cfd2f6fea...6b90c7021e0b **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jenkins] 9b4cfd: More consistency improvements
Branch: refs/heads/data-api Home: https://github.com/jenkinsci/jenkins Commit: 9b4cfd2f6fea2d8d482ecec5ae49ab15eb0f90f0 https://github.com/jenkinsci/jenkins/commit/9b4cfd2f6fea2d8d482ecec5ae49ab15eb0f90f0 Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/jenkins/data/ArrayType.java M core/src/main/java/jenkins/data/ParameterType.java M core/src/main/java/jenkins/data/ReflectiveDataModelParameter.java Log Message: --- More consistency improvements **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jenkins] 865317: Removed Read|Write distinction
Branch: refs/heads/data-api Home: https://github.com/jenkinsci/jenkins Commit: 865317a2da04d9b3a16f8c676957459f5e399b9b https://github.com/jenkinsci/jenkins/commit/865317a2da04d9b3a16f8c676957459f5e399b9b Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/jenkins/data/DataModel.java R core/src/main/java/jenkins/data/ReadDataContext.java M core/src/main/java/jenkins/data/ReflectiveDataModel.java M core/src/main/java/jenkins/data/ReflectiveDataModelParameter.java M core/src/main/java/jenkins/data/Samples.java R core/src/main/java/jenkins/data/WriteDataContext.java Log Message: --- Removed Read|Write distinction write() needs that to produce concise representation **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/ibm-cloud-devops-plugin] 9e2feb: [maven-release-plugin] prepare release ibm-cloud-d...
Branch: refs/heads/master Home: https://github.com/jenkinsci/ibm-cloud-devops-plugin Commit: 9e2feb9a495ddb855c4a2ea36fa522ee9e9373e4 https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/9e2feb9a495ddb855c4a2ea36fa522ee9e9373e4 Author: Xunrong Li Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release ibm-cloud-devops-2.0.4 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/ibm-cloud-devops-plugin] 1a1040: [maven-release-plugin] prepare for next developmen...
Branch: refs/heads/master Home: https://github.com/jenkinsci/ibm-cloud-devops-plugin Commit: 1a104017b73824457668b9dac688864bf704d2d1 https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/1a104017b73824457668b9dac688864bf704d2d1 Author: Xunrong Li Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare for next development iteration **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/ibm-cloud-devops-plugin]
Branch: refs/tags/ibm-cloud-devops-2.0.4 Home: https://github.com/jenkinsci/ibm-cloud-devops-plugin **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/ibm-cloud-devops-plugin] 69b8b8: add back snapshot
Branch: refs/heads/master Home: https://github.com/jenkinsci/ibm-cloud-devops-plugin Commit: 69b8b88341d03286936937666a3639a73bc9e7ab https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/69b8b88341d03286936937666a3639a73bc9e7ab Author: Xunrong Li Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- add back snapshot **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/ibm-cloud-devops-plugin] 2db6ec: [maven-release-plugin] prepare release ibm-cloud-d...
Branch: refs/heads/master Home: https://github.com/jenkinsci/ibm-cloud-devops-plugin Commit: 2db6ecc0191e48ce3606de8a64f17285ee45101e https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/2db6ecc0191e48ce3606de8a64f17285ee45101e Author: Xunrong Li Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release ibm-cloud-devops-2.0.4 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/ibm-cloud-devops-plugin] 7b2fd0: fix findbug
Branch: refs/heads/master Home: https://github.com/jenkinsci/ibm-cloud-devops-plugin Commit: 7b2fd0a42e1331d2c4d0155a4bc5c8c65e520de9 https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/7b2fd0a42e1331d2c4d0155a4bc5c8c65e520de9 Author: Xunrong Li Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M src/main/java/com/ibm/devops/dra/AbstractDevOpsAction.java Log Message: --- fix findbug **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jenkins] 74d3c1: compilation error fix
Branch: refs/heads/data-api Home: https://github.com/jenkinsci/jenkins Commit: 74d3c11f6a5fc79db01ef3d3afee604a988bdced https://github.com/jenkinsci/jenkins/commit/74d3c11f6a5fc79db01ef3d3afee604a988bdced Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/jenkins/data/DataModel.java Log Message: --- compilation error fix Commit: 0e93492ceac52932756ef3d01aff1700819d72fd https://github.com/jenkinsci/jenkins/commit/0e93492ceac52932756ef3d01aff1700819d72fd Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/jenkins/data/DataModel.java A core/src/main/java/jenkins/data/DataModelFactory.java M core/src/main/java/jenkins/data/Describes.java M core/src/main/java/jenkins/data/ReadDataContext.java M core/src/main/java/jenkins/data/Samples.java Log Message: --- Made the APIExportable/APIResource example more explicit Commit: 06087e92a1202e83f87f3002027e4cd53f59f051 https://github.com/jenkinsci/jenkins/commit/06087e92a1202e83f87f3002027e4cd53f59f051 Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/jenkins/data/AbstractDataModelParameter.java M core/src/main/java/jenkins/data/CustomDataModel.java M core/src/main/java/jenkins/data/DataModel.java M core/src/main/java/jenkins/data/DataModelParameter.java M core/src/main/java/jenkins/data/DataModelRegistry.java A core/src/main/java/jenkins/data/DefaultDataModelRegistry.java M core/src/main/java/jenkins/data/HeterogeneousObjectType.java M core/src/main/java/jenkins/data/HomogeneousObjectType.java M core/src/main/java/jenkins/data/ParameterType.java M core/src/main/java/jenkins/data/ReflectiveDataModel.java A core/src/main/java/jenkins/data/SymbolLookup.java Log Message: --- More fixups Compare: https://github.com/jenkinsci/jenkins/compare/89dc4e45a112...06087e92a120 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/synopsys-coverity-plugin] d91f6b: Setting up UI elements
Branch: refs/heads/master Home: https://github.com/jenkinsci/synopsys-coverity-plugin Commit: d91f6b199f68ca9edabdee8a91902f72f42d7874 https://github.com/jenkinsci/synopsys-coverity-plugin/commit/d91f6b199f68ca9edabdee8a91902f72f42d7874 Author: Richard Otte Date: 2018-09-12 (Wed, 12 Sep 2018) Changed paths: A src/main/java/com/synopsys/integration/coverity/common/CoverityAnalysisType.java Log Message: --- Setting up UI elements Commit: 290b2052eaa5e6d3fcd8871fb83ca64b897ec0dd https://github.com/jenkinsci/synopsys-coverity-plugin/commit/290b2052eaa5e6d3fcd8871fb83ca64b897ec0dd Author: Richard Otte Date: 2018-09-12 (Wed, 12 Sep 2018) Changed paths: M build.gradle M src/main/java/com/synopsys/integration/coverity/common/CoverityAnalysisType.java M src/main/java/com/synopsys/integration/coverity/common/CoverityCommonDescriptor.java M src/main/java/com/synopsys/integration/coverity/common/CoverityToolStep.java M src/main/java/com/synopsys/integration/coverity/common/cache/ProjectCacheData.java M src/main/java/com/synopsys/integration/coverity/common/cache/ViewCacheData.java M src/main/java/com/synopsys/integration/coverity/post/CoverityPostBuildStep.java M src/main/java/com/synopsys/integration/coverity/post/CoverityPostBuildStepDescriptor.java M src/main/resources/com/synopsys/integration/coverity/post/CoverityPostBuildStep/config.jelly M src/main/resources/com/synopsys/integration/coverity/post/CoverityPostBuildStep/config.properties Log Message: --- Setting up UI elements Commit: 5dca57f66a9827eb90a443370f5f587cc1462b52 https://github.com/jenkinsci/synopsys-coverity-plugin/commit/5dca57f66a9827eb90a443370f5f587cc1462b52 Author: Richard Otte Date: 2018-09-12 (Wed, 12 Sep 2018) Changed paths: M build.gradle Log Message: --- adjusting build.gradle Commit: db5a7664021234a5b612b8ecc5735180d6bf9c0a https://github.com/jenkinsci/synopsys-coverity-plugin/commit/db5a7664021234a5b612b8ecc5735180d6bf9c0a Author: Richard Otte Date: 2018-09-12 (Wed, 12 Sep 2018) Changed paths: M build.gradle M src/main/java/com/synopsys/integration/coverity/dsl/CoverityDslExtension.java M src/main/java/com/synopsys/integration/coverity/post/CoverityPostBuildStep.java M src/main/java/com/synopsys/integration/coverity/post/CoverityPostBuildStepDescriptor.java M src/main/resources/com/synopsys/integration/coverity/post/CoverityPostBuildStep/config.jelly Log Message: --- Additional UX work Commit: cd176bb3e914de97d21223a5b557081d30c61316 https://github.com/jenkinsci/synopsys-coverity-plugin/commit/cd176bb3e914de97d21223a5b557081d30c61316 Author: Richard Otte Date: 2018-09-14 (Fri, 14 Sep 2018) Changed paths: M src/main/java/com/synopsys/integration/coverity/common/CoverityFailureConditionStep.java M src/main/java/com/synopsys/integration/coverity/common/CoverityToolStep.java M src/main/java/com/synopsys/integration/coverity/pipeline/CoverityPipelineStep.java M src/main/java/com/synopsys/integration/coverity/post/CoverityPostBuildStep.java M src/main/java/com/synopsys/integration/coverity/post/CoverityPostBuildStepDescriptor.java M src/main/java/com/synopsys/integration/coverity/tools/CoverityToolInstallation.java Log Message: --- intermediary commitC Commit: f200df9c330738f2246394e5c4562122afdd9989 https://github.com/jenkinsci/synopsys-coverity-plugin/commit/f200df9c330738f2246394e5c4562122afdd9989 Author: Richard Otte Date: 2018-09-17 (Mon, 17 Sep 2018) Changed paths: M src/main/java/com/synopsys/integration/coverity/post/CoverityPostBuildStepDescriptor.java M src/main/java/com/synopsys/integration/coverity/tools/CoverityToolInstallation.java Log Message: --- Resolving conflicts Commit: 859c6763542a44629e88a9a74a76453f3eac6267 https://github.com/jenkinsci/synopsys-coverity-plugin/commit/859c6763542a44629e88a9a74a76453f3eac6267 Author: Richard Otte Date: 2018-09-21 (Fri, 21 Sep 2018) Changed paths: M build.gradle M gradle/wrapper/gradle-wrapper.properties M src/main/java/com/synopsys/integration/coverity/common/BaseCoverityStep.java M src/main/java/com/synopsys/integration/coverity/common/CoverityCommonDescriptor.java M src/main/java/com/synopsys/integration/coverity/common/CoverityFailureConditionStep.java M src/main/java/com/synopsys/integration/coverity/common/CoverityToolStep.java M src/main/java/com/synopsys/integration/coverity/dsl/CoverityDslExtension.java A src/main/java/com/synopsys/integration/coverity/freestyle/CoverityPostBuildStep.java A src/main/java/com/synopsys/integration/coverity/freestyle/CoverityPostBuildStepDescriptor.java M src/main/java/com/synopsys/integration/coverity/pipeline/CoverityPipelineStep.java R src/m
[jenkinsci/synopsys-coverity-plugin] 084193: code freezing for 1.0.0
Branch: refs/heads/1.1.0 Home: https://github.com/jenkinsci/synopsys-coverity-plugin Commit: 0841934e59a1e6757fd12cacddc3e96f7552 https://github.com/jenkinsci/synopsys-coverity-plugin/commit/0841934e59a1e6757fd12cacddc3e96f7552 Author: Richard Otte Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M src/main/java/com/synopsys/integration/coverity/dsl/CoverityDslExtension.java M src/main/java/com/synopsys/integration/coverity/freestyle/CoverityBuildStep.java M src/main/java/com/synopsys/integration/coverity/freestyle/CoverityBuildStepDescriptor.java M src/main/java/com/synopsys/integration/coverity/pipeline/CoverityPipelineStep.java M src/main/resources/com/synopsys/integration/coverity/Messages.properties M src/main/resources/com/synopsys/integration/coverity/freestyle/CoverityBuildStep/config.jelly M src/main/resources/com/synopsys/integration/coverity/freestyle/CoverityBuildStep/config.properties A src/main/resources/com/synopsys/integration/coverity/freestyle/CoverityBuildStep/help-buildCommand.html R src/main/resources/com/synopsys/integration/coverity/freestyle/CoverityBuildStep/help-buildStateForIssues.html A src/main/resources/com/synopsys/integration/coverity/freestyle/CoverityBuildStep/help-buildStatusForIssues.html A src/main/resources/com/synopsys/integration/coverity/freestyle/CoverityBuildStep/help-changeSetExclusionPatterns.html A src/main/resources/com/synopsys/integration/coverity/freestyle/CoverityBuildStep/help-changeSetInclusionPatterns.html R src/main/resources/com/synopsys/integration/coverity/freestyle/CoverityBuildStep/help-changeSetNameExcludePatterns.html R src/main/resources/com/synopsys/integration/coverity/freestyle/CoverityBuildStep/help-changeSetNameIncludePatterns.html A src/main/resources/com/synopsys/integration/coverity/freestyle/CoverityBuildStep/help-coverityAnalysisType.html M src/main/resources/com/synopsys/integration/coverity/freestyle/CoverityBuildStep/help-coverityToolName.html M src/main/resources/com/synopsys/integration/coverity/freestyle/CoverityBuildStep/help-credentialId.html R src/main/resources/com/synopsys/integration/coverity/freestyle/CoverityBuildStep/help-failOnViewIssues.html M src/main/resources/com/synopsys/integration/coverity/freestyle/CoverityBuildStep/help-onCommandFailure.html M src/main/resources/com/synopsys/integration/coverity/freestyle/CoverityBuildStep/help-projectName.html M src/main/resources/com/synopsys/integration/coverity/freestyle/CoverityBuildStep/help-streamName.html M src/main/resources/com/synopsys/integration/coverity/freestyle/CoverityBuildStep/help-url.html M src/main/resources/com/synopsys/integration/coverity/freestyle/CoverityBuildStep/help-viewName.html M src/main/resources/com/synopsys/integration/coverity/pipeline/CoverityPipelineStep/config.jelly M src/main/resources/com/synopsys/integration/coverity/pipeline/CoverityPipelineStep/config.properties A src/main/resources/com/synopsys/integration/coverity/pipeline/CoverityPipelineStep/help-buildCommand.html R src/main/resources/com/synopsys/integration/coverity/pipeline/CoverityPipelineStep/help-buildStateForIssues.html A src/main/resources/com/synopsys/integration/coverity/pipeline/CoverityPipelineStep/help-buildStatusForIssues.html A src/main/resources/com/synopsys/integration/coverity/pipeline/CoverityPipelineStep/help-changeSetExclusionPatterns.html A src/main/resources/com/synopsys/integration/coverity/pipeline/CoverityPipelineStep/help-changeSetInclusionPatterns.html R src/main/resources/com/synopsys/integration/coverity/pipeline/CoverityPipelineStep/help-changeSetNameExcludePatterns.html R src/main/resources/com/synopsys/integration/coverity/pipeline/CoverityPipelineStep/help-changeSetNameIncludePatterns.html R src/main/resources/com/synopsys/integration/coverity/pipeline/CoverityPipelineStep/help-continueOnCommandFailure.html A src/main/resources/com/synopsys/integration/coverity/pipeline/CoverityPipelineStep/help-coverityAnalysisType.html M src/main/resources/com/synopsys/integration/coverity/pipeline/CoverityPipelineStep/help-coverityToolName.html A src/main/resources/com/synopsys/integration/coverity/pipeline/CoverityPipelineStep/help-credentialId.html R src/main/resources/com/synopsys/integration/coverity/pipeline/CoverityPipelineStep/help-failOnViewIssues.html A src/main/resources/com/synopsys/integration/coverity/pipeline/CoverityPipelineStep/help-onCommandFailure.html M src/main/resources/com/synopsys/integration/coverity/pipeline/CoverityPipelineStep/help-projectName.html M src/main/resources/com/synopsys/integration/coverity/pipeline/CoverityPipelineStep/help-streamName.html A src/main/resources/com/synopsys/integration/coverity/pipeline/CoverityPipelineStep/help-url.html M src/main/resources/com/synopsys/integration
[jenkinsci/ibm-cloud-devops-plugin] 142873: add debug logs
Branch: refs/heads/master Home: https://github.com/jenkinsci/ibm-cloud-devops-plugin Commit: 1428738a863cdb341a0beea5124ffec78711e848 https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/1428738a863cdb341a0beea5124ffec78711e848 Author: Xunrong Li Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M src/main/java/com/ibm/devops/dra/AbstractDevOpsAction.java M src/main/java/com/ibm/devops/dra/DevOpsGlobalConfiguration.java M src/main/java/com/ibm/devops/dra/EvaluateGate.java M src/main/java/com/ibm/devops/dra/PublishBuild.java M src/main/java/com/ibm/devops/dra/PublishDeploy.java M src/main/java/com/ibm/devops/dra/PublishSQ.java M src/main/java/com/ibm/devops/dra/PublishTest.java M src/main/java/com/ibm/devops/dra/UIMessages.java M src/main/resources/com/ibm/devops/dra/DevOpsGlobalConfiguration/config.jelly M src/main/resources/messages.properties Log Message: --- add debug logs Commit: bffceb19db6a01d3bd879af3886ef95d44a4270a https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/bffceb19db6a01d3bd879af3886ef95d44a4270a Author: Xunrong Li Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M src/main/java/com/ibm/devops/dra/AbstractDevOpsAction.java M src/main/java/com/ibm/devops/dra/PublishSQ.java Log Message: --- clean up Commit: 4c9e2d9ef724aef8b601b0ff19558ea16e2935a9 https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/4c9e2d9ef724aef8b601b0ff19558ea16e2935a9 Author: xunrongli-ibm Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M src/main/java/com/ibm/devops/dra/AbstractDevOpsAction.java M src/main/java/com/ibm/devops/dra/DevOpsGlobalConfiguration.java M src/main/java/com/ibm/devops/dra/EvaluateGate.java M src/main/java/com/ibm/devops/dra/PublishBuild.java M src/main/java/com/ibm/devops/dra/PublishDeploy.java M src/main/java/com/ibm/devops/dra/PublishSQ.java M src/main/java/com/ibm/devops/dra/PublishTest.java M src/main/java/com/ibm/devops/dra/UIMessages.java M src/main/resources/com/ibm/devops/dra/DevOpsGlobalConfiguration/config.jelly M src/main/resources/messages.properties Log Message: --- Merge pull request #30 from jenkinsci/add_debug_log add debug logs Compare: https://github.com/jenkinsci/ibm-cloud-devops-plugin/compare/3adba8e0183d...4c9e2d9ef724 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/aws-parameter-store-plugin] 679e00: pendantically fix formatting
Branch: refs/heads/master Home: https://github.com/jenkinsci/aws-parameter-store-plugin Commit: 679e000335b6b864ad9639aaef303d5c0f0c3313 https://github.com/jenkinsci/aws-parameter-store-plugin/commit/679e000335b6b864ad9639aaef303d5c0f0c3313 Author: Rik Turnbull <37418542+rikturnb...@users.noreply.github.com> Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M src/main/java/hudson/plugins/awsparameterstore/AwsParameterStoreBuildWrapper.java Log Message: --- pendantically fix formatting Commit: 910acf56ec7ec78d8c16b973394d4fa8e319239c https://github.com/jenkinsci/aws-parameter-store-plugin/commit/910acf56ec7ec78d8c16b973394d4fa8e319239c Author: Rik Turnbull <37418542+rikturnb...@users.noreply.github.com> Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: A src/main/resources/hudson/plugins/awsparameterstore/AwsParameterStoreBuildWrapper/help-credentialsId.html A src/main/resources/hudson/plugins/awsparameterstore/AwsParameterStoreBuildWrapper/help-namePrefixes.html A src/main/resources/hudson/plugins/awsparameterstore/AwsParameterStoreBuildWrapper/help-naming.html A src/main/resources/hudson/plugins/awsparameterstore/AwsParameterStoreBuildWrapper/help-path.html A src/main/resources/hudson/plugins/awsparameterstore/AwsParameterStoreBuildWrapper/help-recursive.html A src/main/resources/hudson/plugins/awsparameterstore/AwsParameterStoreBuildWrapper/help-regionName.html Log Message: --- add help hints Commit: 8ce7ad625a958fd26cfbdb82760905c3f96d6380 https://github.com/jenkinsci/aws-parameter-store-plugin/commit/8ce7ad625a958fd26cfbdb82760905c3f96d6380 Author: Rik Turnbull <37418542+rikturnb...@users.noreply.github.com> Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M images/screenshot-1.png Log Message: --- update screenshot Compare: https://github.com/jenkinsci/aws-parameter-store-plugin/compare/d47cf50ffaee...8ce7ad625a95 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/github-autostatus-plugin] 04d1e4: [maven-release-plugin] prepare for next developmen...
Branch: refs/heads/extendable Home: https://github.com/jenkinsci/github-autostatus-plugin Commit: 04d1e40f0cf7eebe33840d7724e09dedf77efa43 https://github.com/jenkinsci/github-autostatus-plugin/commit/04d1e40f0cf7eebe33840d7724e09dedf77efa43 Author: Jeff Pearce Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare for next development iteration **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/github-autostatus-plugin]
Branch: refs/tags/github-autostatus-3.3-alpha-1 Home: https://github.com/jenkinsci/github-autostatus-plugin **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/github-autostatus-plugin] 1541f2: [maven-release-plugin] prepare release github-auto...
Branch: refs/heads/extendable Home: https://github.com/jenkinsci/github-autostatus-plugin Commit: 1541f2b4eb5199301d6e508548a46b527cd07569 https://github.com/jenkinsci/github-autostatus-plugin/commit/1541f2b4eb5199301d6e508548a46b527cd07569 Author: Jeff Pearce Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release github-autostatus-3.3-alpha-1 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/github-autostatus-plugin]
Branch: refs/heads/pani/jenkins_dashboard Home: https://github.com/jenkinsci/github-autostatus-plugin **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/swamp-plugin] b933b5: Fixed bug with tools without permissons
Branch: refs/heads/master Home: https://github.com/jenkinsci/swamp-plugin Commit: b933b5b74d5bcdfbc80d8b5dda7ecbb5541e42cb https://github.com/jenkinsci/swamp-plugin/commit/b933b5b74d5bcdfbc80d8b5dda7ecbb5541e42cb Author: Vamshi Basupalli Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M RELEASE_NOTES.md M pom.xml M src/main/java/org/continuousassurance/swamp/jenkins/SwampPostBuild.java Log Message: --- Fixed bug with tools without permissons Commit: 9e543f8e43aaf9a698ce26298a53b39833cbe3a9 https://github.com/jenkinsci/swamp-plugin/commit/9e543f8e43aaf9a698ce26298a53b39833cbe3a9 Author: Vamshi Basupalli Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release swamp-1.2.3 Compare: https://github.com/jenkinsci/swamp-plugin/compare/d3f87e4ec8aa...9e543f8e43aa **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/swamp-plugin]
Branch: refs/tags/swamp-1.2.3 Home: https://github.com/jenkinsci/swamp-plugin **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/swamp-plugin] fa27aa: [maven-release-plugin] prepare for next developmen...
Branch: refs/heads/master Home: https://github.com/jenkinsci/swamp-plugin Commit: fa27aacd374ecb271610101229a73421f9ce4b50 https://github.com/jenkinsci/swamp-plugin/commit/fa27aacd374ecb271610101229a73421f9ce4b50 Author: Vamshi Basupalli Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare for next development iteration **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/github-autostatus-plugin] c73d87: Offer extension point for private plugins
Branch: refs/heads/extendable Home: https://github.com/jenkinsci/github-autostatus-plugin Commit: c73d87d1586eaac1e2ccb53babb850f36321502c https://github.com/jenkinsci/github-autostatus-plugin/commit/c73d87d1586eaac1e2ccb53babb850f36321502c Author: Jeff Pearce Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml A src/main/java/org/jenkinsci/plugins/githubautostatus/BuildStageModel.java M src/main/java/org/jenkinsci/plugins/githubautostatus/BuildStatusAction.java M src/main/java/org/jenkinsci/plugins/githubautostatus/BuildStatusConfig.java M src/main/java/org/jenkinsci/plugins/githubautostatus/BuildStatusJobListener.java M src/main/java/org/jenkinsci/plugins/githubautostatus/GithubBuildStatusGraphListener.java M src/main/java/org/jenkinsci/plugins/githubautostatus/GithubNotificationConfig.java A src/main/java/org/jenkinsci/plugins/githubautostatus/model/CodeCoverage.java A src/main/java/org/jenkinsci/plugins/githubautostatus/model/TestCase.java A src/main/java/org/jenkinsci/plugins/githubautostatus/model/TestResults.java A src/main/java/org/jenkinsci/plugins/githubautostatus/model/TestSuite.java M src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/BuildNotifier.java A src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/BuildNotifierConstants.java M src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/BuildNotifierManager.java M src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/GithubBuildNotifier.java M src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/InfluxDbNotifier.java M src/test/java/org/jenkinsci/plugins/githubautostatus/BuildStatusActionTest.java M src/test/java/org/jenkinsci/plugins/githubautostatus/BuildStatusJobListenerTest.java M src/test/java/org/jenkinsci/plugins/githubautostatus/GithubBuildStatusGraphListenerTest.java M src/test/java/org/jenkinsci/plugins/githubautostatus/notifiers/BuildNotifierManagerTest.java M src/test/java/org/jenkinsci/plugins/githubautostatus/notifiers/GithubBuildNotifierTest.java M src/test/java/org/jenkinsci/plugins/githubautostatus/notifiers/InfluxDbNotifierTest.java Log Message: --- Offer extension point for private plugins **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/aws-codebuild-plugin] 38e461: [maven-release-plugin] prepare release aws-codebui...
Branch: refs/heads/master Home: https://github.com/jenkinsci/aws-codebuild-plugin Commit: 38e4611c6670b0a06881bafd5c14358485cf3958 https://github.com/jenkinsci/aws-codebuild-plugin/commit/38e4611c6670b0a06881bafd5c14358485cf3958 Author: Leo Baran Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release aws-codebuild-0.31 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/aws-codebuild-plugin] 9966b3: [maven-release-plugin] prepare for next developmen...
Branch: refs/heads/master Home: https://github.com/jenkinsci/aws-codebuild-plugin Commit: 9966b3441e5e0b422943ca3986fd18649705dd1d https://github.com/jenkinsci/aws-codebuild-plugin/commit/9966b3441e5e0b422943ca3986fd18649705dd1d Author: Leo Baran Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare for next development iteration **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/aws-codebuild-plugin]
Branch: refs/tags/aws-codebuild-0.31 Home: https://github.com/jenkinsci/aws-codebuild-plugin **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jenkins] 8655b6: Distinguish ReflectiveDataModel and CustomDataMode...
Branch: refs/heads/data-api Home: https://github.com/jenkinsci/jenkins Commit: 8655b66f70364412be27ef2e563ffc8e51f23d22 https://github.com/jenkinsci/jenkins/commit/8655b66f70364412be27ef2e563ffc8e51f23d22 Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: A core/src/main/java/jenkins/data/AbstractDataModelParameter.java A core/src/main/java/jenkins/data/CustomDataModel.java A core/src/main/java/jenkins/data/CustomDataModelParameter.java M core/src/main/java/jenkins/data/DataModel.java R core/src/main/java/jenkins/data/DataModelImpl.java R core/src/main/java/jenkins/data/DataModelParameterImpl.java A core/src/main/java/jenkins/data/ReflectiveDataModel.java A core/src/main/java/jenkins/data/ReflectiveDataModelParameter.java M core/src/main/java/jenkins/data/Samples.java Log Message: --- Distinguish ReflectiveDataModel and CustomDataModel subtypes One is used for automatic databinding, the other is used when custom binding code is in use Commit: 89dc4e45a112f09f06a6ccb945d52870b9077c00 https://github.com/jenkinsci/jenkins/commit/89dc4e45a112f09f06a6ccb945d52870b9077c00 Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/jenkins/data/CustomDataModel.java M core/src/main/java/jenkins/data/CustomDataModelParameter.java M core/src/main/java/jenkins/data/DataModel.java M core/src/main/java/jenkins/data/Samples.java Log Message: --- Making samples a little more complete Compare: https://github.com/jenkinsci/jenkins/compare/c05bef12680e...89dc4e45a112 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/aws-codebuild-plugin] b6701a: Support build logs configuration
Branch: refs/heads/master Home: https://github.com/jenkinsci/aws-codebuild-plugin Commit: b6701afc99c48f99f5c337bb7db64a163f924b55 https://github.com/jenkinsci/aws-codebuild-plugin/commit/b6701afc99c48f99f5c337bb7db64a163f924b55 Author: awszhen <32624806+awsz...@users.noreply.github.com> Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml M src/main/java/CloudWatchMonitor.java M src/main/java/CodeBuildAction.java M src/main/java/CodeBuildStep.java M src/main/java/CodeBuilder.java M src/main/java/Validation.java M src/main/resources/CodeBuildAction/index.jelly M src/main/resources/CodeBuilder/config.jelly A src/main/webapp/help-cloudWatchLogsGroupNameOverride.html A src/main/webapp/help-cloudWatchLogsStatusOverride.html A src/main/webapp/help-cloudWatchLogsStreamNameOverride.html A src/main/webapp/help-s3LogsLocationOverride.html A src/main/webapp/help-s3LogsStatusOverride.html M src/test/java/CodeBuilderPerformTest.java M src/test/java/CodeBuilderTest.java Log Message: --- Support build logs configuration **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/calendar-view-plugin] dc3edc: chore(package): update babel-loader to version 8.0...
Branch: refs/heads/greenkeeper/babel-loader-8.0.4 Home: https://github.com/jenkinsci/calendar-view-plugin Commit: dc3edc02ddf43abbad59e992268e7e861d882daa https://github.com/jenkinsci/calendar-view-plugin/commit/dc3edc02ddf43abbad59e992268e7e861d882daa Author: greenkeeper[bot] Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M package.json Log Message: --- chore(package): update babel-loader to version 8.0.4 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/aws-parameter-store-plugin] 48bb40: Add proposed changes
Branch: refs/heads/master Home: https://github.com/jenkinsci/aws-parameter-store-plugin Commit: 48bb407ecff033b4631f0d92da022c578f5dff2b https://github.com/jenkinsci/aws-parameter-store-plugin/commit/48bb407ecff033b4631f0d92da022c578f5dff2b Author: Soloman Weng Date: 2018-09-25 (Tue, 25 Sep 2018) Changed paths: M src/main/java/hudson/plugins/awsparameterstore/AwsParameterStoreBuildWrapper.java M src/main/java/hudson/plugins/awsparameterstore/AwsParameterStoreService.java Log Message: --- Add proposed changes Commit: 766f303bb3db13a43c53d646a2706df58e32af2f https://github.com/jenkinsci/aws-parameter-store-plugin/commit/766f303bb3db13a43c53d646a2706df58e32af2f Author: Soloman Weng Date: 2018-09-25 (Tue, 25 Sep 2018) Changed paths: M src/test/java/hudson/plugins/awsparameterstore/AwsParameterStoreBuildWrapperTest.java M src/test/java/hudson/plugins/awsparameterstore/AwsParameterStoreServiceTest.java Log Message: --- Quick Fix Test Commit: e4071e572d12b8da29108c2bbebf8a95412556d8 https://github.com/jenkinsci/aws-parameter-store-plugin/commit/e4071e572d12b8da29108c2bbebf8a95412556d8 Author: Soloman Weng Date: 2018-09-26 (Wed, 26 Sep 2018) Changed paths: M README.md M pom.xml M src/main/resources/hudson/plugins/awsparameterstore/AwsParameterStoreBuildWrapper/config.jelly Log Message: --- Add missing part Commit: bbc027aad8f4226a878e6e55c6a4ddc4856cd981 https://github.com/jenkinsci/aws-parameter-store-plugin/commit/bbc027aad8f4226a878e6e55c6a4ddc4856cd981 Author: Soloman Weng Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M src/test/java/hudson/plugins/awsparameterstore/AwsParameterStoreBuildWrapperTest.java M src/test/java/hudson/plugins/awsparameterstore/AwsParameterStoreServiceTest.java Log Message: --- Add unit tests Commit: d47cf50ffaee748078c657b0467fe713504e3b98 https://github.com/jenkinsci/aws-parameter-store-plugin/commit/d47cf50ffaee748078c657b0467fe713504e3b98 Author: Rik Turnbull <37418542+rikturnb...@users.noreply.github.com> Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M README.md M pom.xml M src/main/java/hudson/plugins/awsparameterstore/AwsParameterStoreBuildWrapper.java M src/main/java/hudson/plugins/awsparameterstore/AwsParameterStoreService.java M src/main/resources/hudson/plugins/awsparameterstore/AwsParameterStoreBuildWrapper/config.jelly M src/test/java/hudson/plugins/awsparameterstore/AwsParameterStoreBuildWrapperTest.java M src/test/java/hudson/plugins/awsparameterstore/AwsParameterStoreServiceTest.java Log Message: --- Merge pull request #1 from intellihr/add-name-prefix-filter-support Add support for filter by name prefixes Compare: https://github.com/jenkinsci/aws-parameter-store-plugin/compare/3bef16f4c883...d47cf50ffaee **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jenkins] ca6d47: [JENKINS-53593] Fix class loader error specific to...
Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins Commit: ca6d47c5c23a2b6e2c9721bbdf7f663a6006ca8b https://github.com/jenkinsci/jenkins/commit/ca6d47c5c23a2b6e2c9721bbdf7f663a6006ca8b Author: Kanstantsin Shautsou Date: 2018-09-15 (Sat, 15 Sep 2018) Changed paths: M core/src/main/java/hudson/util/ProcessTree.java Log Message: --- [JENKINS-53593] Fix class loader error specific to OS. Commit: 9801bd961dcde1815ae3a590b769cd7bbef17481 https://github.com/jenkinsci/jenkins/commit/9801bd961dcde1815ae3a590b769cd7bbef17481 Author: Oleg Nenashev Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/hudson/util/ProcessTree.java Log Message: --- Merge pull request #3627 from KostyaSha/processKiller [JENKINS-53593] Fix class loader error specific to OS. Compare: https://github.com/jenkinsci/jenkins/compare/1f31f4217708...9801bd961dcd **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/ibm-cloud-devops-plugin] bffceb: clean up
Branch: refs/heads/add_debug_log Home: https://github.com/jenkinsci/ibm-cloud-devops-plugin Commit: bffceb19db6a01d3bd879af3886ef95d44a4270a https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/bffceb19db6a01d3bd879af3886ef95d44a4270a Author: Xunrong Li Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M src/main/java/com/ibm/devops/dra/AbstractDevOpsAction.java M src/main/java/com/ibm/devops/dra/PublishSQ.java Log Message: --- clean up **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/ibm-cloud-devops-plugin] 142873: add debug logs
Branch: refs/heads/add_debug_log Home: https://github.com/jenkinsci/ibm-cloud-devops-plugin Commit: 1428738a863cdb341a0beea5124ffec78711e848 https://github.com/jenkinsci/ibm-cloud-devops-plugin/commit/1428738a863cdb341a0beea5124ffec78711e848 Author: Xunrong Li Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M src/main/java/com/ibm/devops/dra/AbstractDevOpsAction.java M src/main/java/com/ibm/devops/dra/DevOpsGlobalConfiguration.java M src/main/java/com/ibm/devops/dra/EvaluateGate.java M src/main/java/com/ibm/devops/dra/PublishBuild.java M src/main/java/com/ibm/devops/dra/PublishDeploy.java M src/main/java/com/ibm/devops/dra/PublishSQ.java M src/main/java/com/ibm/devops/dra/PublishTest.java M src/main/java/com/ibm/devops/dra/UIMessages.java M src/main/resources/com/ibm/devops/dra/DevOpsGlobalConfiguration/config.jelly M src/main/resources/messages.properties Log Message: --- add debug logs **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/icescrum-plugin] 87bff7: fix folder job url
Branch: refs/heads/master Home: https://github.com/jenkinsci/icescrum-plugin Commit: 87bff703d5b49129e87c8dfcd409c457a2261cc8 https://github.com/jenkinsci/icescrum-plugin/commit/87bff703d5b49129e87c8dfcd409c457a2261cc8 Author: vbarrier Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M icescrum.iml M src/main/java/com/kagilum/plugins/icescrum/IceScrumBuildNotifier.java Log Message: --- fix folder job url Commit: cf967dc30465931c2c595ba5bf7d35a6b6fb717a https://github.com/jenkinsci/icescrum-plugin/commit/cf967dc30465931c2c595ba5bf7d35a6b6fb717a Author: vbarrier Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release icescrum-1.1.2 Commit: 32d5d7645cf6f6eec5bab66db46ee0b9f79e9f87 https://github.com/jenkinsci/icescrum-plugin/commit/32d5d7645cf6f6eec5bab66db46ee0b9f79e9f87 Author: vbarrier Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare for next development iteration Compare: https://github.com/jenkinsci/icescrum-plugin/compare/8604bca528fe...32d5d7645cf6 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/icescrum-plugin] 87bff7: fix folder job url
Branch: refs/tags/icescrum-1.1.2 Home: https://github.com/jenkinsci/icescrum-plugin Commit: 87bff703d5b49129e87c8dfcd409c457a2261cc8 https://github.com/jenkinsci/icescrum-plugin/commit/87bff703d5b49129e87c8dfcd409c457a2261cc8 Author: vbarrier Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M icescrum.iml M src/main/java/com/kagilum/plugins/icescrum/IceScrumBuildNotifier.java Log Message: --- fix folder job url Commit: cf967dc30465931c2c595ba5bf7d35a6b6fb717a https://github.com/jenkinsci/icescrum-plugin/commit/cf967dc30465931c2c595ba5bf7d35a6b6fb717a Author: vbarrier Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release icescrum-1.1.2 Compare: https://github.com/jenkinsci/icescrum-plugin/compare/87bff703d5b4^...cf967dc30465 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkins-infra/jenkins.io] 346025: add evergreen logo
Branch: refs/heads/master Home: https://github.com/jenkins-infra/jenkins.io Commit: 34602584be7a465b24c24cdbe2bd26fba013903b https://github.com/jenkins-infra/jenkins.io/commit/34602584be7a465b24c24cdbe2bd26fba013903b Author: Ksenia Nenasheva Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: A content/_data/logo/evergreen.yml A content/images/logos/evergreen/256.png A content/images/logos/evergreen/evergreen.png A content/images/logos/evergreen/evergreen.svg Log Message: --- add evergreen logo Commit: 5971357b49d7fc10119da1d12f66972b5258414b https://github.com/jenkins-infra/jenkins.io/commit/5971357b49d7fc10119da1d12f66972b5258414b Author: R. Tyler Croy Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: A content/_data/logo/evergreen.yml A content/images/logos/evergreen/256.png A content/images/logos/evergreen/evergreen.png A content/images/logos/evergreen/evergreen.svg Log Message: --- Merge pull request #1799 from ksenia-nenasheva/logo-evergreen Add evergreen logo Compare: https://github.com/jenkins-infra/jenkins.io/compare/081259a4a551...5971357b49d7 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/testein-plugin] de8d11: Fixed url & auth
Branch: refs/heads/master Home: https://github.com/jenkinsci/testein-plugin Commit: de8d113396f0870e16fac1eb1355a6d6cd568949 https://github.com/jenkinsci/testein-plugin/commit/de8d113396f0870e16fac1eb1355a6d6cd568949 Author: Dmytro Bondarchuk Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M src/main/java/com/testein/jenkins/api/Client.java Log Message: --- Fixed url & auth **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jenkins] b14a78: Cleaning up details that are not compiling
Branch: refs/heads/data-api Home: https://github.com/jenkinsci/jenkins Commit: b14a78f3c00f28d7a5be6e9b48344548f8158aed https://github.com/jenkinsci/jenkins/commit/b14a78f3c00f28d7a5be6e9b48344548f8158aed Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/jenkins/data/DescribableParameter.java M core/src/main/java/jenkins/data/ModelBinder.java A core/src/main/java/jenkins/data/ReadException.java M core/src/main/java/jenkins/data/Samples.java M core/src/main/java/jenkins/data/model/CNode.java M core/src/main/java/jenkins/data/model/Mapping.java Log Message: --- Cleaning up details that are not compiling Commit: c525d0026ecf39d1c8739bb9a3989b306a44a5f2 https://github.com/jenkinsci/jenkins/commit/c525d0026ecf39d1c8739bb9a3989b306a44a5f2 Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/jenkins/data/DescribableParameter.java Log Message: --- javadoc fix Commit: c12fbeea2468423ad213e58eff2aa1f7301dff6c https://github.com/jenkinsci/jenkins/commit/c12fbeea2468423ad213e58eff2aa1f7301dff6c Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: R core/src/main/java/jenkins/data/Binds.java M core/src/main/java/jenkins/data/ConfiguratorRegistry.java M core/src/main/java/jenkins/data/DataContext.java A core/src/main/java/jenkins/data/DataModel.java A core/src/main/java/jenkins/data/DataModelParameter.java R core/src/main/java/jenkins/data/DescribableParameter.java A core/src/main/java/jenkins/data/Describes.java R core/src/main/java/jenkins/data/ModelBinder.java M core/src/main/java/jenkins/data/Samples.java Log Message: --- Renaming. Binder having Parameters feel odd, but Model having Parameters feel natural, and Model capable of reading/writing themselves also seem quite fine Commit: 0f671b8defed51c843dd0fd757e7be1a214a24c4 https://github.com/jenkinsci/jenkins/commit/0f671b8defed51c843dd0fd757e7be1a214a24c4 Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/jenkins/data/DataModel.java Log Message: --- Copied more stuff from the structs plugin Commit: ad742d2eaaa2c9ce87d0b6ab3386fedfe68940ff https://github.com/jenkinsci/jenkins/commit/ad742d2eaaa2c9ce87d0b6ab3386fedfe68940ff Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/jenkins/data/DataModel.java Log Message: --- More fixup Commit: 82f42c5356d0ca6925ca9f4c00532ab181867b2e https://github.com/jenkinsci/jenkins/commit/82f42c5356d0ca6925ca9f4c00532ab181867b2e Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: R core/src/main/java/jenkins/data/ConfiguratorRegistry.java M core/src/main/java/jenkins/data/DataContext.java M core/src/main/java/jenkins/data/DataModel.java A core/src/main/java/jenkins/data/DataModelRegistry.java M core/src/main/java/jenkins/data/ReadDataContext.java M core/src/main/java/jenkins/data/WriteDataContext.java Log Message: --- More fixup Commit: 86d64c09c4c75f77894d6f80008ebc69f4d4d3b4 https://github.com/jenkinsci/jenkins/commit/86d64c09c4c75f77894d6f80008ebc69f4d4d3b4 Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/jenkins/data/DataModel.java A core/src/main/java/jenkins/data/DataModelImpl.java Log Message: --- Split impl from contract This implementation is for models that are based on reflection. For models whose serializers are hand-written, there will be different impl Commit: a1183e9cd9788a6c9988bddc362f882d83992693 https://github.com/jenkinsci/jenkins/commit/a1183e9cd9788a6c9988bddc362f882d83992693 Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/jenkins/data/DataModel.java M core/src/main/java/jenkins/data/DataModelImpl.java M core/src/main/java/jenkins/data/DataModelParameter.java A core/src/main/java/jenkins/data/DataModelParameterImpl.java Log Message: --- Split impl from contract This implementation is for models that are based on reflection. For models whose serializers are hand-written, there will be different impl Commit: c05bef12680eeb123b8b5610c5d68d2f1b7e736c https://github.com/jenkinsci/jenkins/commit/c05bef12680eeb123b8b5610c5d68d2f1b7e736c Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/jenkins/data/DataModelImpl.java M core/src/main/java/jenkins/data/DataModelParameterImpl.java Log Message: --- Doc clarification Compare: https://github.com/jenkinsci/jenkins/compare/1f7753b1f5ae...c05bef12680e
[jenkinsci/jenkins] 1f31f4: [JENKINS-53353] - Do not cache results of View.get...
Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins Commit: 1f31f421770847787f7928f52bc83cf825bba373 https://github.com/jenkinsci/jenkins/commit/1f31f421770847787f7928f52bc83cf825bba373 Author: Steve Arch Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/hudson/model/View.java Log Message: --- [JENKINS-53353] - Do not cache results of View.getActions() (#3608) * JENKINS-53353 Do not cache results of View.getActions() Plugins that may affect the view, eg via TransientViewActionFactory that get installed _after_ a `view` has been initally viewed will not be able to add anything to the view if the results of getActions() are cached. * JENKINS-53353 Removed unnecessary synchronization * JENKINS-53353 Whitespace * JENKINS-53353 Restored (and deprecated) updateTransientActions to maintain backwards compatibility. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/calendar-view-plugin]
Branch: refs/heads/greenkeeper/babel-loader-8.0.3 Home: https://github.com/jenkinsci/calendar-view-plugin **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jenkins] 3caef8: [JENKINS-46523] - Make UnixReflection class compat...
Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins Commit: 3caef8ec3278f0554f23098beaf25be6adf19679 https://github.com/jenkinsci/jenkins/commit/3caef8ec3278f0554f23098beaf25be6adf19679 Author: Oleg Nenashev Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/hudson/util/ProcessTree.java Log Message: --- [JENKINS-46523] - Make UnixReflection class compatible with Java 11, remove pre-Java 8 reflection (#3650) * [JENKINS-46523] - Make UnixReflection class compatble with Java 9+, remover pre-Java-8 code Ideally this logic should be replaced by Multi-Release JAR * [JENKINS-46523] - FindBugs annotations complicate the code here * [JENKINS-53799 ] - Explicitly reference the JIRA ticket in the error message **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkins-infra/jenkins.io] 4c9f11: Add links about JEP-216
Branch: refs/heads/master Home: https://github.com/jenkins-infra/jenkins.io Commit: 4c9f11969304156db85afd5c23c14771a80adca4 https://github.com/jenkins-infra/jenkins.io/commit/4c9f11969304156db85afd5c23c14771a80adca4 Author: suren Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M content/doc/developer/internationalization/index.adoc Log Message: --- Add links about JEP-216 Commit: 081259a4a55141df83744ab2973a22fc89158c27 https://github.com/jenkins-infra/jenkins.io/commit/081259a4a55141df83744ab2973a22fc89158c27 Author: Liam Newman Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M content/doc/developer/internationalization/index.adoc Log Message: --- Merge pull request #1798 from LinuxSuRen/dev-i18n Add links about JEP-216 Compare: https://github.com/jenkins-infra/jenkins.io/compare/0c73f03e8896...081259a4a551 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/pom] c39506: Update Maven plugins to versions with Java 9+ comp...
Branch: refs/heads/master Home: https://github.com/jenkinsci/pom Commit: c39506324d8774eaf4e08868f3011a1108041b2d https://github.com/jenkinsci/pom/commit/c39506324d8774eaf4e08868f3011a1108041b2d Author: Oleg Nenashev Date: 2018-09-26 (Wed, 26 Sep 2018) Changed paths: M pom.xml Log Message: --- Update Maven plugins to versions with Java 9+ compatibility fixes. There are lost of updates to pick actually, I just try to limit testing scope for now. * Maven Compiler: support of multi-release JARs * Animal Sniffer: Support of Java 10+ formats and multi-release JARs * Javadoc Plugin: Better support of Java 9+ constructs + stability fixes Commit: ccfa603903710c79e779f3a7c313af0c9577 https://github.com/jenkinsci/pom/commit/ccfa603903710c79e779f3a7c313af0c9577 Author: Oleg Nenashev Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- JDK 11: Update Maven Dependency Plugin to pick MDEP-571 Commit: 8d5b7f501a2457fec46bc13e7d90420970085e0f https://github.com/jenkinsci/pom/commit/8d5b7f501a2457fec46bc13e7d90420970085e0f Author: Oleg Nenashev Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- Merge pull request #31 from oleg-nenashev/java11 Update Maven plugins to versions with Java 9+ compatibility fixes. Compare: https://github.com/jenkinsci/pom/compare/1b4df7b18a2a...8d5b7f501a24 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/pom]
Branch: refs/tags/jenkins-1.49 Home: https://github.com/jenkinsci/pom **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/pom] ec6e26: [maven-release-plugin] prepare for next developmen...
Branch: refs/heads/master Home: https://github.com/jenkinsci/pom Commit: ec6e268fb87bd0e11a91ce6327a39c6182129c08 https://github.com/jenkinsci/pom/commit/ec6e268fb87bd0e11a91ce6327a39c6182129c08 Author: Oleg Nenashev Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare for next development iteration **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/pom] 564d11: Changelog: Noting 1.49
Branch: refs/heads/master Home: https://github.com/jenkinsci/pom Commit: 564d11b9daf25dedf2f6092ed6731d358332ef75 https://github.com/jenkinsci/pom/commit/564d11b9daf25dedf2f6092ed6731d358332ef75 Author: Oleg Nenashev Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M CHANGELOG.md Log Message: --- Changelog: Noting 1.49 Commit: 373c1eaeeb6e66d92502040fcd29b81ec329f76b https://github.com/jenkinsci/pom/commit/373c1eaeeb6e66d92502040fcd29b81ec329f76b Author: Oleg Nenashev Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release jenkins-1.49 Compare: https://github.com/jenkinsci/pom/compare/8d5b7f501a24...373c1eaeeb6e **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/calendar-view-plugin] f3b8d0: chore(package): update babel-loader to version 8.0...
Branch: refs/heads/greenkeeper/babel-loader-8.0.3 Home: https://github.com/jenkinsci/calendar-view-plugin Commit: f3b8d0b342f19425f7ec40ce1bb4bc188e475929 https://github.com/jenkinsci/calendar-view-plugin/commit/f3b8d0b342f19425f7ec40ce1bb4bc188e475929 Author: greenkeeper[bot] Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M package.json Log Message: --- chore(package): update babel-loader to version 8.0.3 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jenkins] 1f7753: I think we covered all the samples
Branch: refs/heads/data-api Home: https://github.com/jenkinsci/jenkins Commit: 1f7753b1f5ae42ef0cb227fa84fde015bcc05f3e https://github.com/jenkinsci/jenkins/commit/1f7753b1f5ae42ef0cb227fa84fde015bcc05f3e Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: A core/src/main/java/jenkins/data/JsonSerializer.java M core/src/main/java/jenkins/data/Samples.java A core/src/main/java/jenkins/data/Serializer.java A core/src/main/java/jenkins/data/VersionedResource.java Log Message: --- I think we covered all the samples **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jenkins] 405460: Adding schema stuff
Branch: refs/heads/data-api Home: https://github.com/jenkinsci/jenkins Commit: 4054604caa812316337c3cf7a392099e5cdd19b9 https://github.com/jenkinsci/jenkins/commit/4054604caa812316337c3cf7a392099e5cdd19b9 Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: A core/src/main/java/jenkins/data/ArrayType.java A core/src/main/java/jenkins/data/AtomicType.java A core/src/main/java/jenkins/data/DescribableParameter.java A core/src/main/java/jenkins/data/EnumType.java A core/src/main/java/jenkins/data/ErrorType.java A core/src/main/java/jenkins/data/HeterogeneousObjectType.java A core/src/main/java/jenkins/data/HomogeneousObjectType.java M core/src/main/java/jenkins/data/ModelBinder.java A core/src/main/java/jenkins/data/ParameterType.java A core/src/main/java/jenkins/data/Setter.java Log Message: --- Adding schema stuff **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jenkins] 048bd7: Tweaking the samples further
Branch: refs/heads/data-api Home: https://github.com/jenkinsci/jenkins Commit: 048bd7494439753cbc2d0f50e6a095be61203331 https://github.com/jenkinsci/jenkins/commit/048bd7494439753cbc2d0f50e6a095be61203331 Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/jenkins/data/ModelBinder.java M core/src/main/java/jenkins/data/Samples.java Log Message: --- Tweaking the samples further **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jenkins] 6ffd73: More examples
Branch: refs/heads/data-api Home: https://github.com/jenkinsci/jenkins Commit: 6ffd73119878683fbf66a75800a4bbefaaa36436 https://github.com/jenkinsci/jenkins/commit/6ffd73119878683fbf66a75800a4bbefaaa36436 Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: A core/src/main/java/jenkins/data/APIExportable.java A core/src/main/java/jenkins/data/APIResource.java M core/src/main/java/jenkins/data/DataContext.java M core/src/main/java/jenkins/data/ModelBinder.java A core/src/main/java/jenkins/data/ReadDataContext.java M core/src/main/java/jenkins/data/Samples.java A core/src/main/java/jenkins/data/WriteDataContext.java Log Message: --- More examples **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jenkins] 45c837: [JENKINS-53721] - Add getter/setter to EnvVars so ...
Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins Commit: 45c837daa920e85f84f288a7337016a853054add https://github.com/jenkinsci/jenkins/commit/45c837daa920e85f84f288a7337016a853054add Author: Jeff Pearce Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/hudson/EnvVars.java Log Message: --- [JENKINS-53721] - Add getter/setter to EnvVars so the envinject plugin can set Platform safely (#3639) [JENKINS-53721] - Add getter/setter to EnvVars so the envinject plugin can set Platform safely **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jenkins] 039305: More samples
Branch: refs/heads/data-api Home: https://github.com/jenkinsci/jenkins Commit: 039305d10eeb8b8f9fa6def578e0600a334cc53c https://github.com/jenkinsci/jenkins/commit/039305d10eeb8b8f9fa6def578e0600a334cc53c Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: A core/src/main/java/jenkins/data/Binds.java M core/src/main/java/jenkins/data/Samples.java Log Message: --- More samples **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jenkins] d714a6: [JENKINS-53693] - Ignore java.xml components in co...
Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins Commit: d714a622eafebe983618df0facf3745eab549230 https://github.com/jenkinsci/jenkins/commit/d714a622eafebe983618df0facf3745eab549230 Author: Oleg Nenashev Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/test/java/hudson/FunctionsTest.java M core/src/test/java/hudson/cli/ListJobsCommandTest.java M core/src/test/java/hudson/cli/handlers/ViewOptionHandlerTest.java M core/src/test/java/hudson/model/JobTest.java M core/src/test/java/hudson/model/ListViewTest.java M core/src/test/java/hudson/model/ParametersActionTest.java M core/src/test/java/hudson/slaves/ChannelPingerTest.java M core/src/test/java/hudson/slaves/DelegatingComputerLauncherTest.java M core/src/test/java/hudson/util/RunListTest.java M core/src/test/java/jenkins/model/CoreEnvironmentContributorTest.java M core/src/test/java/jenkins/model/JenkinsGetRootUrlTest.java M core/src/test/java/jenkins/model/NewViewLinkTest.java M core/src/test/java/jenkins/security/apitoken/ApiTokenStatsTest.java Log Message: --- [JENKINS-53693] - Ignore java.xml components in core tests. It is require to make the tests passing on Java 11, but apparently it also speeds up tests on Java 8. Commit: 84a85225e70a426072cfe53a5313593133ad1bd1 https://github.com/jenkinsci/jenkins/commit/84a85225e70a426072cfe53a5313593133ad1bd1 Author: Oleg Nenashev Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/test/java/hudson/FunctionsTest.java M core/src/test/java/hudson/cli/ListJobsCommandTest.java M core/src/test/java/hudson/cli/handlers/ViewOptionHandlerTest.java M core/src/test/java/hudson/model/JobTest.java M core/src/test/java/hudson/model/ListViewTest.java M core/src/test/java/hudson/model/ParametersActionTest.java M core/src/test/java/hudson/slaves/ChannelPingerTest.java M core/src/test/java/hudson/slaves/DelegatingComputerLauncherTest.java M core/src/test/java/hudson/util/RunListTest.java M core/src/test/java/jenkins/model/CoreEnvironmentContributorTest.java M core/src/test/java/jenkins/model/JenkinsGetRootUrlTest.java M core/src/test/java/jenkins/model/NewViewLinkTest.java M core/src/test/java/jenkins/security/apitoken/ApiTokenStatsTest.java Log Message: --- Merge pull request #3651 from oleg-nenashev/java11/JENKINS-53693-powermock-ignores [JENKINS-53693] - Ignore java.xml components in Mocked core tests Compare: https://github.com/jenkinsci/jenkins/compare/150de1df6ea2...84a85225e70a **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jenkins] a3cc77: JDK11 support: refactor code to avoid underscore v...
Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins Commit: a3cc7780aa2d6d36bdbabf663bd4b26f1172ecf3 https://github.com/jenkinsci/jenkins/commit/a3cc7780aa2d6d36bdbabf663bd4b26f1172ecf3 Author: Oleg Nenashev Date: 2018-09-21 (Fri, 21 Sep 2018) Changed paths: M core/src/main/java/hudson/ClassicPluginStrategy.java M core/src/main/java/hudson/FilePath.java M core/src/main/java/hudson/PluginManager.java M core/src/main/java/hudson/cli/handlers/GenericItemOptionHandler.java M core/src/main/java/hudson/model/Fingerprint.java M core/src/main/java/hudson/model/ListView.java M core/src/main/java/hudson/model/UpdateCenter.java M core/src/main/java/hudson/model/queue/Executables.java M core/src/main/java/hudson/os/solaris/ZFSInstaller.java M core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java M core/src/main/java/hudson/tasks/BuildTrigger.java M core/src/main/java/hudson/util/ProcessTree.java M core/src/main/java/jenkins/model/Jenkins.java M core/src/main/java/jenkins/slaves/restarter/JnlpSlaveRestarterInstaller.java M core/src/main/java/jenkins/triggers/ReverseBuildTrigger.java M test/src/test/java/hudson/PluginManagerTest.java M test/src/test/java/hudson/cli/ComputerStateTest.java M test/src/test/java/hudson/model/FingerprintTest.java M test/src/test/java/hudson/model/ListViewTest.java M test/src/test/java/hudson/search/SearchTest.java M test/src/test/java/jenkins/security/ApiTokenPropertyTest.java Log Message: --- JDK11 support: refactor code to avoid underscore variable names Commit: 8598492f193cab9633c6d32e13a9d463bc207007 https://github.com/jenkinsci/jenkins/commit/8598492f193cab9633c6d32e13a9d463bc207007 Author: Oleg Nenashev Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/hudson/ClassicPluginStrategy.java M core/src/main/java/hudson/FilePath.java M core/src/main/java/hudson/model/queue/Executables.java M core/src/main/java/hudson/os/solaris/ZFSInstaller.java M core/src/main/java/jenkins/model/Jenkins.java M core/src/main/java/jenkins/slaves/restarter/JnlpSlaveRestarterInstaller.java Log Message: --- Ignored Exceptions: use ‘ignored’ to supress IntellijIDEA warnings as suggested by @daniel-beck Commit: 150de1df6ea20d52bb46e1a2ecea041b55d2a309 https://github.com/jenkinsci/jenkins/commit/150de1df6ea20d52bb46e1a2ecea041b55d2a309 Author: Oleg Nenashev Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/hudson/ClassicPluginStrategy.java M core/src/main/java/hudson/FilePath.java M core/src/main/java/hudson/PluginManager.java M core/src/main/java/hudson/cli/handlers/GenericItemOptionHandler.java M core/src/main/java/hudson/model/Fingerprint.java M core/src/main/java/hudson/model/ListView.java M core/src/main/java/hudson/model/UpdateCenter.java M core/src/main/java/hudson/model/queue/Executables.java M core/src/main/java/hudson/os/solaris/ZFSInstaller.java M core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java M core/src/main/java/hudson/tasks/BuildTrigger.java M core/src/main/java/hudson/util/ProcessTree.java M core/src/main/java/jenkins/model/Jenkins.java M core/src/main/java/jenkins/slaves/restarter/JnlpSlaveRestarterInstaller.java M core/src/main/java/jenkins/triggers/ReverseBuildTrigger.java M test/src/test/java/hudson/PluginManagerTest.java M test/src/test/java/hudson/cli/ComputerStateTest.java M test/src/test/java/hudson/model/FingerprintTest.java M test/src/test/java/hudson/model/ListViewTest.java M test/src/test/java/hudson/search/SearchTest.java M test/src/test/java/jenkins/security/ApiTokenPropertyTest.java Log Message: --- Merge pull request #3640 from oleg-nenashev/build/jdk11-underscore-vars JDK-11 support: refactor code to avoid underscore variable names Compare: https://github.com/jenkinsci/jenkins/compare/86502ae485b3...150de1df6ea2 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jenkins] 1dd169: Committing some initial version of the hack
Branch: refs/heads/data-api Home: https://github.com/jenkinsci/jenkins Commit: 1dd1692b2dbe11e3a758cb7fc14eee516b482bce https://github.com/jenkinsci/jenkins/commit/1dd1692b2dbe11e3a758cb7fc14eee516b482bce Author: Kohsuke Kawaguchi Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: A core/src/main/java/jenkins/data/ConfiguratorRegistry.java A core/src/main/java/jenkins/data/DataContext.java A core/src/main/java/jenkins/data/ModelBinder.java A core/src/main/java/jenkins/data/Samples.java A core/src/main/java/jenkins/data/model/CNode.java A core/src/main/java/jenkins/data/model/Mapping.java A core/src/main/java/jenkins/data/model/Scalar.java A core/src/main/java/jenkins/data/model/Sequence.java A core/src/main/java/jenkins/data/model/Source.java Log Message: --- Committing some initial version of the hack **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jenkins]
Branch: refs/heads/data-api Home: https://github.com/jenkinsci/jenkins **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/workflow-cps-plugin] 159c19: [maven-release-plugin] prepare release workflow-cp...
Branch: refs/heads/master Home: https://github.com/jenkinsci/workflow-cps-plugin Commit: 159c1972ee33da0fd2f46e2ca19651621c368905 https://github.com/jenkinsci/workflow-cps-plugin/commit/159c1972ee33da0fd2f46e2ca19651621c368905 Author: Devin Nusbaum Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release workflow-cps-2.56 Commit: 03cfb812eeafd7648c226d477666af19df9a0f04 https://github.com/jenkinsci/workflow-cps-plugin/commit/03cfb812eeafd7648c226d477666af19df9a0f04 Author: Devin Nusbaum Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare for next development iteration Compare: https://github.com/jenkinsci/workflow-cps-plugin/compare/43dc0c774daa...03cfb812eeaf **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/workflow-cps-plugin] 159c19: [maven-release-plugin] prepare release workflow-cp...
Branch: refs/tags/workflow-cps-2.56 Home: https://github.com/jenkinsci/workflow-cps-plugin Commit: 159c1972ee33da0fd2f46e2ca19651621c368905 https://github.com/jenkinsci/workflow-cps-plugin/commit/159c1972ee33da0fd2f46e2ca19651621c368905 Author: Devin Nusbaum Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release workflow-cps-2.56 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/vectorcast-execution-plugin] ba35f3: [maven-release-plugin] prepare release vectorcast-...
Branch: refs/tags/vectorcast-execution-0.36 Home: https://github.com/jenkinsci/vectorcast-execution-plugin Commit: ba35f3430750fcdb2b1d27f5eaa2bd6d6d003aad https://github.com/jenkinsci/vectorcast-execution-plugin/commit/ba35f3430750fcdb2b1d27f5eaa2bd6d6d003aad Author: Richard Keeble Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release vectorcast-execution-0.36 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/vectorcast-execution-plugin] ba35f3: [maven-release-plugin] prepare release vectorcast-...
Branch: refs/heads/master Home: https://github.com/jenkinsci/vectorcast-execution-plugin Commit: ba35f3430750fcdb2b1d27f5eaa2bd6d6d003aad https://github.com/jenkinsci/vectorcast-execution-plugin/commit/ba35f3430750fcdb2b1d27f5eaa2bd6d6d003aad Author: Richard Keeble Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release vectorcast-execution-0.36 Commit: a55617f256be6dc4708ec8c4658435bacd31e8ab https://github.com/jenkinsci/vectorcast-execution-plugin/commit/a55617f256be6dc4708ec8c4658435bacd31e8ab Author: Richard Keeble Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare for next development iteration Compare: https://github.com/jenkinsci/vectorcast-execution-plugin/compare/5cb0ac7dfa67...a55617f256be **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jdependency]
Branch: refs/tags/jdependency-2.0-jenkins-1 Home: https://github.com/jenkinsci/jdependency **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jdependency] 53280b: [maven-release-plugin] prepare release jdependency...
Branch: refs/heads/2.0-jenkins-1 Home: https://github.com/jenkinsci/jdependency Commit: 53280bc37927aa4e584caf02e4ce2a254c86eea9 https://github.com/jenkinsci/jdependency/commit/53280bc37927aa4e584caf02e4ce2a254c86eea9 Author: rsandell Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release jdependency-2.0-jenkins-1 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jdependency] 80a2cf: [maven-release-plugin] prepare for next developmen...
Branch: refs/heads/2.0-jenkins-1 Home: https://github.com/jenkinsci/jdependency Commit: 80a2cf58b575665643913e202515522101e44d9e https://github.com/jenkinsci/jdependency/commit/80a2cf58b575665643913e202515522101e44d9e Author: rsandell Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare for next development iteration **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jdependency] 3249f8: Apparently needs -SNAPSHOT to release
Branch: refs/heads/2.0-jenkins-1 Home: https://github.com/jenkinsci/jdependency Commit: 3249f81f8ff765396f60af639787aa80fe67e7f4 https://github.com/jenkinsci/jdependency/commit/3249f81f8ff765396f60af639787aa80fe67e7f4 Author: rsandell Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- Apparently needs -SNAPSHOT to release **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jdependency] f9faae: Update scm and distribution management
Branch: refs/heads/2.0-jenkins-1 Home: https://github.com/jenkinsci/jdependency Commit: f9faae3a9bbe69abdb4f8f0f56956ea4269b7ffd https://github.com/jenkinsci/jdependency/commit/f9faae3a9bbe69abdb4f8f0f56956ea4269b7ffd Author: rsandell Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- Update scm and distribution management for jenkinsci **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jdependency] 9ec82f: Upgrade to java8
Branch: refs/heads/2.0-jenkins-1 Home: https://github.com/jenkinsci/jdependency Commit: 9ec82ff03c38aadeccf71370cca8f891b7ac41ee https://github.com/jenkinsci/jdependency/commit/9ec82ff03c38aadeccf71370cca8f891b7ac41ee Author: Cause Chung Date: 2018-07-07 (Sat, 07 Jul 2018) Changed paths: M pom.xml Log Message: --- Upgrade to java8 Commit: fe0d7bfc6ff9456c134d59bcb8bcb2d333c944e9 https://github.com/jenkinsci/jdependency/commit/fe0d7bfc6ff9456c134d59bcb8bcb2d333c944e9 Author: Cause Chung Date: 2018-07-07 (Sat, 07 Jul 2018) Changed paths: M src/main/java/org/vafer/jdependency/Clazzpath.java Log Message: --- Change File to Path Commit: 033715494556ff346412c49527690bfe86de1593 https://github.com/jenkinsci/jdependency/commit/033715494556ff346412c49527690bfe86de1593 Author: Cause Chung Date: 2018-07-07 (Sat, 07 Jul 2018) Changed paths: M src/main/java/org/vafer/jdependency/Clazzpath.java Log Message: --- Factor inner Resource, add backward api Commit: 7c3d1b6f4c16ad9ec3b801047e5d13bccbfceddb https://github.com/jenkinsci/jdependency/commit/7c3d1b6f4c16ad9ec3b801047e5d13bccbfceddb Author: Cause Chung Date: 2018-07-08 (Sun, 08 Jul 2018) Changed paths: M src/main/java/org/vafer/jdependency/Clazzpath.java Log Message: --- Format code according to comment Commit: 18e348c29e00b77581126e2a24a099714a61f03e https://github.com/jenkinsci/jdependency/commit/18e348c29e00b77581126e2a24a099714a61f03e Author: Torsten Curdt Date: 2018-07-10 (Tue, 10 Jul 2018) Changed paths: M pom.xml M src/main/java/org/vafer/jdependency/Clazzpath.java Log Message: --- Merge pull request #16 from cuzfrog/nio-path Refactor to use java NIO path Commit: cf4f3b5f08ae0c69fcba33ac6d6171cd938eb72d https://github.com/jenkinsci/jdependency/commit/cf4f3b5f08ae0c69fcba33ac6d6171cd938eb72d Author: Torsten Curdt Date: 2018-07-16 (Mon, 16 Jul 2018) Changed paths: M HISTORY.md M LICENSE.txt M README.md M pom.xml M src/main/java/org/vafer/jdependency/Clazz.java M src/main/java/org/vafer/jdependency/Clazzpath.java M src/main/java/org/vafer/jdependency/ClazzpathUnit.java M src/main/java/org/vafer/jdependency/Console.java M src/main/java/org/vafer/jdependency/asm/DependenciesClassAdapter.java M src/main/java/org/vafer/jdependency/asm/Remapper.java M src/main/java/org/vafer/jdependency/utils/DependencyUtils.java M src/test/java/org/vafer/jdependency/ClazzpathTestCase.java M src/test/java/org/vafer/jdependency/DependencyUtilsTestCase.java Log Message: --- preparing for 1.2 release Commit: 49773292e3317309d71f74f2b6183cd1ad6d7d71 https://github.com/jenkinsci/jdependency/commit/49773292e3317309d71f74f2b6183cd1ad6d7d71 Author: Torsten Curdt Date: 2018-07-16 (Mon, 16 Jul 2018) Changed paths: M pom.xml Log Message: --- upgrade to latest commons io Commit: 36d839692ac1b8ec950e05c20615ed2c9e0aebf1 https://github.com/jenkinsci/jdependency/commit/36d839692ac1b8ec950e05c20615ed2c9e0aebf1 Author: Torsten Curdt Date: 2018-07-16 (Mon, 16 Jul 2018) Changed paths: M pom.xml Log Message: --- pom cleanup Commit: 441af824769cd0fd484489ae52ada26681bc0f02 https://github.com/jenkinsci/jdependency/commit/441af824769cd0fd484489ae52ada26681bc0f02 Author: Torsten Curdt Date: 2018-07-16 (Mon, 16 Jul 2018) Changed paths: M pom.xml Log Message: --- whitspace fix Commit: e296fc9b7a76d7fa1e4153a3ede76e544621df97 https://github.com/jenkinsci/jdependency/commit/e296fc9b7a76d7fa1e4153a3ede76e544621df97 Author: Torsten Curdt Date: 2018-07-16 (Mon, 16 Jul 2018) Changed paths: M pom.xml Log Message: --- cleanup, prepared for shading dependencies Commit: 19b5d5164e765931ea2ba670a76d762172fb7692 https://github.com/jenkinsci/jdependency/commit/19b5d5164e765931ea2ba670a76d762172fb7692 Author: Torsten Curdt Date: 2018-07-16 (Mon, 16 Jul 2018) Changed paths: M README.md Log Message: --- codehaus is no more Commit: 072e01c8c63e47377e8c5fc55001d0bd6615c045 https://github.com/jenkinsci/jdependency/commit/072e01c8c63e47377e8c5fc55001d0bd6615c045 Author: Torsten Curdt Date: 2018-07-16 (Mon, 16 Jul 2018) Changed paths: M README.md Log Message: --- be more explicit on usage Commit: f914307626d61e0ffc9be24c818dabe2285d54f1 https://github.com/jenkinsci/jdependency/commit/f914307626d61e0ffc9be24c818dabe2285d54f1 Author: Torsten Curdt Date: 2018-07-16 (Mon, 16 Jul 2018) Changed paths: M HISTORY.md Log Message: --- outline release plan Commit: e86b397ccb9654157050e40a9b26a51661d0ed45 https://github.com/jenkinsci/jdependency/commit/e86b397ccb965
[jenkinsci/jdependency]
Branch: refs/tags/jdependency-2.0 Home: https://github.com/jenkinsci/jdependency **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/workflow-cps-plugin] c2ac3c: [JENKINS-53709] Pop context variables after CpsBod...
Branch: refs/heads/master Home: https://github.com/jenkinsci/workflow-cps-plugin Commit: c2ac3c0f051b9159e2eef08eeefa34b4f65fd7f7 https://github.com/jenkinsci/workflow-cps-plugin/commit/c2ac3c0f051b9159e2eef08eeefa34b4f65fd7f7 Author: Devin Nusbaum Date: 2018-09-21 (Fri, 21 Sep 2018) Changed paths: M src/main/java/org/jenkinsci/plugins/workflow/cps/ContextVariableSet.java M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBodyExecution.java M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThread.java M src/test/java/org/jenkinsci/plugins/workflow/cps/CpsBodyExecutionTest.java Log Message: --- [JENKINS-53709] Pop context variables after CpsBodyExecution completes Commit: b25d6a6cd0187251a4db15d06e07ad1f20983c3b https://github.com/jenkinsci/workflow-cps-plugin/commit/b25d6a6cd0187251a4db15d06e07ad1f20983c3b Author: Devin Nusbaum Date: 2018-09-21 (Fri, 21 Sep 2018) Changed paths: M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBodyExecution.java Log Message: --- [JENKINS-53709] Add synchronization for FindBugs Commit: b4e9b74115a2d8fdfb05c5833169cb3681b19706 https://github.com/jenkinsci/workflow-cps-plugin/commit/b4e9b74115a2d8fdfb05c5833169cb3681b19706 Author: Devin Nusbaum Date: 2018-09-21 (Fri, 21 Sep 2018) Changed paths: M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBodyExecution.java Log Message: --- [JENKINS-53709] Synchronize on the correct 'this' Commit: eb0fbaa5705e5edbf08662e522bfb387904f28bb https://github.com/jenkinsci/workflow-cps-plugin/commit/eb0fbaa5705e5edbf08662e522bfb387904f28bb Author: Devin Nusbaum Date: 2018-09-26 (Wed, 26 Sep 2018) Changed paths: M src/main/java/org/jenkinsci/plugins/workflow/cps/ContextVariableSet.java M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThread.java M src/test/java/org/jenkinsci/plugins/workflow/cps/CpsBodyExecutionTest.java Log Message: --- [JENKINS-53709] Null out context variables completely Commit: 43dc0c774daa52c7cc64dcda1b4ffe083ee7a94b https://github.com/jenkinsci/workflow-cps-plugin/commit/43dc0c774daa52c7cc64dcda1b4ffe083ee7a94b Author: Devin Nusbaum Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M src/main/java/org/jenkinsci/plugins/workflow/cps/ContextVariableSet.java M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBodyExecution.java M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThread.java M src/test/java/org/jenkinsci/plugins/workflow/cps/CpsBodyExecutionTest.java Log Message: --- Merge pull request #245 from dwnusbaum/JENKINS-53709 [JENKINS-53709] Pop context variables after CpsBodyExecution completes Compare: https://github.com/jenkinsci/workflow-cps-plugin/compare/3a8aaa27a4a9...43dc0c774daa **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/workflow-cps-plugin] 5cfc98: Pick up structs change to coerce strings to number...
Branch: refs/heads/master Home: https://github.com/jenkinsci/workflow-cps-plugin Commit: 5cfc98ce348c07b78e340c675620f05a571f3690 https://github.com/jenkinsci/workflow-cps-plugin/commit/5cfc98ce348c07b78e340c675620f05a571f3690 Author: Andrew Bayer Date: 2018-09-10 (Mon, 10 Sep 2018) Changed paths: M pom.xml Log Message: --- Pick up structs change to coerce strings to numbers/boolean See https://github.com/jenkinsci/structs-plugin/pull/38 Commit: 0cf1cdbd025b29b8572a350169ce5982ae3c8be1 https://github.com/jenkinsci/workflow-cps-plugin/commit/0cf1cdbd025b29b8572a350169ce5982ae3c8be1 Author: Andrew Bayer Date: 2018-09-25 (Tue, 25 Sep 2018) Changed paths: M pom.xml Log Message: --- Use structs 1.15 release Commit: 5d50d91258e06ba14f2fb059cb23454dc83e8650 https://github.com/jenkinsci/workflow-cps-plugin/commit/5d50d91258e06ba14f2fb059cb23454dc83e8650 Author: Andrew Bayer Date: 2018-09-25 (Tue, 25 Sep 2018) Changed paths: M .mvn/extensions.xml M pom.xml M src/main/resources/org/jenkinsci/plugins/workflow/cps/replay/Messages.properties M src/main/resources/org/jenkinsci/plugins/workflow/cps/replay/Messages_zh_CN.properties M src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition2Test.java M src/test/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayActionTest.java Log Message: --- Merge remote-tracking branch 'origin/master' into structs-num-bool-coerce Conflicts: pom.xml Commit: 3a8aaa27a4a990edcc47490fbf72a1cf31e81bd2 https://github.com/jenkinsci/workflow-cps-plugin/commit/3a8aaa27a4a990edcc47490fbf72a1cf31e81bd2 Author: Devin Nusbaum Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- Merge pull request #242 from abayer/structs-num-bool-coerce Pick up structs change to coerce strings to numbers/boolean Compare: https://github.com/jenkinsci/workflow-cps-plugin/compare/f1629751f152...3a8aaa27a4a9 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/workflow-cps-plugin] 2890e7: Migrate Chinese localization resource files into h...
Branch: refs/heads/master Home: https://github.com/jenkinsci/workflow-cps-plugin Commit: 2890e76ae4e1158cf3eec120af8d0670039e4b4f https://github.com/jenkinsci/workflow-cps-plugin/commit/2890e76ae4e1158cf3eec120af8d0670039e4b4f Author: suren Date: 2018-09-25 (Tue, 25 Sep 2018) Changed paths: R src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/config_zh_CN.properties R src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/help-script_zh_CN.html R src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/config_zh_CN.properties R src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/index_zh_CN.properties R src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/sidepanel_zh_CN.properties R src/main/resources/org/jenkinsci/plugins/workflow/cps/replay/ReplayAction/diff_zh_CN.properties R src/main/resources/org/jenkinsci/plugins/workflow/cps/replay/ReplayAction/index_zh_CN.properties R src/main/resources/org/jenkinsci/plugins/workflow/cps/replay/ReplayCause/description_zh_CN.properties R src/main/resources/org/jenkinsci/plugins/workflow/cps/steps/LoadStep/config_zh_CN.properties Log Message: --- Migrate Chinese localization resource files into https://github.com/jenkinsci/localization-zh-cn-plugin Commit: f1629751f152f49c3aa07396e2f29144c611eaad https://github.com/jenkinsci/workflow-cps-plugin/commit/f1629751f152f49c3aa07396e2f29144c611eaad Author: Devin Nusbaum Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: R src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/config_zh_CN.properties R src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/help-script_zh_CN.html R src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/config_zh_CN.properties R src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/index_zh_CN.properties R src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/sidepanel_zh_CN.properties R src/main/resources/org/jenkinsci/plugins/workflow/cps/replay/ReplayAction/diff_zh_CN.properties R src/main/resources/org/jenkinsci/plugins/workflow/cps/replay/ReplayAction/index_zh_CN.properties R src/main/resources/org/jenkinsci/plugins/workflow/cps/replay/ReplayCause/description_zh_CN.properties R src/main/resources/org/jenkinsci/plugins/workflow/cps/steps/LoadStep/config_zh_CN.properties Log Message: --- Merge pull request #248 from LinuxSuRen/migrate-zh-i10n Migrate Chinese localization resource files Compare: https://github.com/jenkinsci/workflow-cps-plugin/compare/9b768a42f60c...f1629751f152 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkins-infra/jenkins.io] d10d7e: Update Chinese localization SIG introduction
Branch: refs/heads/master Home: https://github.com/jenkins-infra/jenkins.io Commit: d10d7edfc458609d8240193b901cfd05c09c05c9 https://github.com/jenkins-infra/jenkins.io/commit/d10d7edfc458609d8240193b901cfd05c09c05c9 Author: suren Date: 2018-09-26 (Wed, 26 Sep 2018) Changed paths: M content/sigs/chinese-localization/index.adoc Log Message: --- Update Chinese localization SIG introduction Commit: 0c73f03e889625bf9f37539d4d9b9240355cbd8e https://github.com/jenkins-infra/jenkins.io/commit/0c73f03e889625bf9f37539d4d9b9240355cbd8e Author: Oleg Nenashev Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M content/sigs/chinese-localization/index.adoc Log Message: --- Merge pull request #1797 from LinuxSuRen/update-zh-sig Update Chinese localization SIG introduction Compare: https://github.com/jenkins-infra/jenkins.io/compare/23e7f946bff8...0c73f03e8896 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/protecode-sc-plugin] 13de78: [maven-release-plugin] prepare release protecode-s...
Branch: refs/tags/protecode-sc-0.17.1 Home: https://github.com/jenkinsci/protecode-sc-plugin Commit: 13de780480e7509fa263aea101ae19edd145dc40 https://github.com/jenkinsci/protecode-sc-plugin/commit/13de780480e7509fa263aea101ae19edd145dc40 Author: rukkanen <> Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release protecode-sc-0.17.1 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/protecode-sc-plugin] aaf878: intermediate
Branch: refs/heads/master Home: https://github.com/jenkinsci/protecode-sc-plugin Commit: aaf8783fca1d254ba3490cf2ddf10e3f48e9f049 https://github.com/jenkinsci/protecode-sc-plugin/commit/aaf8783fca1d254ba3490cf2ddf10e3f48e9f049 Author: rukkanen Date: 2018-09-21 (Fri, 21 Sep 2018) Changed paths: M src/main/java/com/synopsys/protecode/sc/jenkins/ProtecodeEvaluator.java M src/main/java/com/synopsys/protecode/sc/jenkins/ProtecodeScPlugin.java A src/main/java/com/synopsys/protecode/sc/jenkins/Scanner.java A src/main/java/com/synopsys/protecode/sc/jenkins/exceptions/NoFilesFoundException.java A src/main/java/com/synopsys/protecode/sc/jenkins/types/BuildVerdict.java M src/main/java/com/synopsys/protecode/sc/jenkins/types/FileResult.java M src/main/java/com/synopsys/protecode/sc/jenkins/types/StreamRequestBody.java M src/main/java/com/synopsys/protecode/sc/jenkins/utils/JenkinsConsoler.java M src/main/java/com/synopsys/protecode/sc/jenkins/utils/ReportBuilder.java M src/main/java/com/synopsys/protecode/sc/jenkins/utils/UtilitiesFile.java M src/main/java/com/synopsys/protecode/sc/jenkins/utils/UtilitiesGeneral.java M src/main/resources/com/synopsys/protecode/sc/jenkins/ProtecodeScPlugin/config.jelly A src/main/resources/com/synopsys/protecode/sc/jenkins/ProtecodeScPlugin/help-scanOnlyArtifacts.html R src/test/java/com/synopsys/protecode/sc/jenkins/utils/TestJenkinsConsoler.java Log Message: --- intermediate Commit: 07aab1928f1ef7404e49f6fca1cfef67448b5cc5 https://github.com/jenkinsci/protecode-sc-plugin/commit/07aab1928f1ef7404e49f6fca1cfef67448b5cc5 Author: rukkanen Date: 2018-09-24 (Mon, 24 Sep 2018) Changed paths: M src/main/java/com/synopsys/protecode/sc/jenkins/ProtecodeEvaluator.java M src/main/java/com/synopsys/protecode/sc/jenkins/ProtecodeScPlugin.java M src/main/java/com/synopsys/protecode/sc/jenkins/Scanner.java M src/main/java/com/synopsys/protecode/sc/jenkins/exceptions/NoFilesFoundException.java M src/main/java/com/synopsys/protecode/sc/jenkins/types/BuildVerdict.java M src/main/java/com/synopsys/protecode/sc/jenkins/utils/JenkinsConsoler.java M src/main/java/com/synopsys/protecode/sc/jenkins/utils/UtilitiesFile.java Log Message: --- cannot find zip problem, possible solution Commit: 9fc48b12fc23643fefd6f90a43a16d745da11d46 https://github.com/jenkinsci/protecode-sc-plugin/commit/9fc48b12fc23643fefd6f90a43a16d745da11d46 Author: rukkanen Date: 2018-09-24 (Mon, 24 Sep 2018) Changed paths: M src/main/java/com/synopsys/protecode/sc/jenkins/ProtecodeScPlugin.java M src/main/java/com/synopsys/protecode/sc/jenkins/ProtecodeScService.java M src/main/java/com/synopsys/protecode/sc/jenkins/Scanner.java M src/main/java/com/synopsys/protecode/sc/jenkins/interfaces/ProtecodeScApi.java M src/main/java/com/synopsys/protecode/sc/jenkins/types/FileResult.java M src/main/java/com/synopsys/protecode/sc/jenkins/types/HttpTypes.java M src/main/java/com/synopsys/protecode/sc/jenkins/utils/JenkinsConsoler.java M src/main/java/com/synopsys/protecode/sc/jenkins/utils/ReportBuilder.java M src/main/java/com/synopsys/protecode/sc/jenkins/utils/UtilitiesFile.java M src/main/java/com/synopsys/protecode/sc/jenkins/utils/UtilitiesGeneral.java M src/main/resources/com/synopsys/protecode/sc/jenkins/ProtecodeScPlugin/config.jelly A src/main/resources/com/synopsys/protecode/sc/jenkins/ProtecodeScPlugin/help-customHeader.html M src/main/resources/com/synopsys/protecode/sc/jenkins/ProtecodeScPlugin/help-directoryToScan.html Log Message: --- working, parallel/zipping, job naming, more logging Commit: 746697d9f111c9ddb0aac1a3a85d61f9d5c11e77 https://github.com/jenkinsci/protecode-sc-plugin/commit/746697d9f111c9ddb0aac1a3a85d61f9d5c11e77 Author: rukkanen Date: 2018-09-25 (Tue, 25 Sep 2018) Changed paths: A protecode-sc.hpi M src/main/java/com/synopsys/protecode/sc/jenkins/Configuration.java M src/main/java/com/synopsys/protecode/sc/jenkins/ProtecodeEvaluator.java M src/main/java/com/synopsys/protecode/sc/jenkins/ProtecodeScPlugin.java M src/main/java/com/synopsys/protecode/sc/jenkins/Scanner.java M src/main/java/com/synopsys/protecode/sc/jenkins/types/FileResult.java M src/main/java/com/synopsys/protecode/sc/jenkins/utils/JenkinsConsoler.java M src/main/java/com/synopsys/protecode/sc/jenkins/utils/UtilitiesFile.java M src/main/java/com/synopsys/protecode/sc/jenkins/utils/UtilitiesGeneral.java M src/main/java/com/synopsys/protecode/sc/jenkins/utils/UtilitiesJenkins.java M src/main/resources/com/synopsys/protecode/sc/jenkins/ProtecodeScPlugin/config.jelly M src/main/resources/com/synopsys/protecode/sc/jenkins/ProtecodeScPlugin/help-directoryToScan.html A src/main/resources/com/synopsys/protecode/sc/jenkins/Proteco
[jenkinsci/code-coverage-api-plugin] f45eda: [JENKINS-53242] - Can't open Coverage Report of mu...
Branch: refs/heads/dev Home: https://github.com/jenkinsci/code-coverage-api-plugin Commit: f45eda342b86d65ccebb067cc879e8b3d9bbbe26 https://github.com/jenkinsci/code-coverage-api-plugin/commit/f45eda342b86d65ccebb067cc879e8b3d9bbbe26 Author: cizezsy Date: 2018-08-27 (Mon, 27 Aug 2018) Changed paths: M src/main/java/io/jenkins/plugins/coverage/CoverageProjectAction.java M src/main/resources/io/jenkins/plugins/coverage/CoverageProjectAction/nodata.jelly Log Message: --- [JENKINS-53242] - Can't open Coverage Report of multibranch pipeline job because of a JellyTagException Commit: 3e5fa1cc21ae98003dc84c1517bb4e265bab3bcd https://github.com/jenkinsci/code-coverage-api-plugin/commit/3e5fa1cc21ae98003dc84c1517bb4e265bab3bcd Author: cizezsy Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java Log Message: --- Add more information to console log when processing source files. Commit: 7487e05008e6dae4d8c546b21bf73a2ef6ee6e5e https://github.com/jenkinsci/code-coverage-api-plugin/commit/7487e05008e6dae4d8c546b21bf73a2ef6ee6e5e Author: cizezsy Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M src/main/resources/io/jenkins/plugins/coverage/CoverageProjectAction/floatingBox.jelly M src/main/resources/io/jenkins/plugins/coverage/CoverageProjectAction/nodata.jelly M src/main/resources/io/jenkins/plugins/coverage/CoveragePublisher/config.jelly A src/main/resources/io/jenkins/plugins/coverage/Messages_zh_CN.properties M src/main/resources/io/jenkins/plugins/coverage/adapter/CoverageReportAdapterDescriptor/config.jelly A src/main/resources/io/jenkins/plugins/coverage/source/Messages_zh_CN.properties M src/main/resources/io/jenkins/plugins/coverage/source/SourceFileResolver/config.jelly Log Message: --- Add Chinese Localization Commit: c956889b6c68f68a23c8d5c04895ba983437e73a https://github.com/jenkinsci/code-coverage-api-plugin/commit/c956889b6c68f68a23c8d5c04895ba983437e73a Author: cizezsy Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M CHANGELOG.md Log Message: --- Merge branch 'dev' of github.com:jenkinsci/code-coverage-api-plugin into patch-1 Commit: ae1d8390de33e31e54581eb728cc8a41a437f3f2 https://github.com/jenkinsci/code-coverage-api-plugin/commit/ae1d8390de33e31e54581eb728cc8a41a437f3f2 Author: cizezsy Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M CHANGELOG.md M pom.xml M src/main/java/io/jenkins/plugins/coverage/CoverageProjectAction.java Log Message: --- Fix conflicts Commit: cba405d6d942ce97e3ac0404e6685668aa5d3f31 https://github.com/jenkinsci/code-coverage-api-plugin/commit/cba405d6d942ce97e3ac0404e6685668aa5d3f31 Author: cizezsy Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java M src/main/resources/io/jenkins/plugins/coverage/CoverageProjectAction/floatingBox.jelly M src/main/resources/io/jenkins/plugins/coverage/CoverageProjectAction/nodata.jelly M src/main/resources/io/jenkins/plugins/coverage/CoveragePublisher/config.jelly A src/main/resources/io/jenkins/plugins/coverage/Messages_zh_CN.properties M src/main/resources/io/jenkins/plugins/coverage/adapter/CoverageReportAdapterDescriptor/config.jelly A src/main/resources/io/jenkins/plugins/coverage/source/Messages_zh_CN.properties M src/main/resources/io/jenkins/plugins/coverage/source/SourceFileResolver/config.jelly Log Message: --- Merge branch 'patch-1' into dev Compare: https://github.com/jenkinsci/code-coverage-api-plugin/compare/d6cb080f5a6e...cba405d6d942 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/docker-plugin] abf142: [JENKINS-53785] Convert DockerComputerConnector$1 ...
Branch: refs/heads/master Home: https://github.com/jenkinsci/docker-plugin Commit: abf142391212f2fc9f78e973e8214a036a5d7f54 https://github.com/jenkinsci/docker-plugin/commit/abf142391212f2fc9f78e973e8214a036a5d7f54 Author: Baptiste Mathus Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M src/main/java/io/jenkins/docker/connector/DockerComputerConnector.java A src/main/java/io/jenkins/docker/connector/DockerDelegatingComputerLauncher.java Log Message: --- [JENKINS-53785] Convert DockerComputerConnector$1 to non anymous class Seen through Sentry: ``` Attempt to (de-)serialize anonymous class io.jenkins.docker.connector.DockerComputerConnector$1 in file:/evergreen/data/jenkins/var/plugins/docker-plugin/WEB-INF/lib/docker-plugin.jar; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/ ``` **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jira-plugin] aae5e3: java8 sugar syntax (#165)
Branch: refs/heads/master Home: https://github.com/jenkinsci/jira-plugin Commit: aae5e37776ae41a91823c695b4fa9e197e0159dc https://github.com/jenkinsci/jira-plugin/commit/aae5e37776ae41a91823c695b4fa9e197e0159dc Author: Olivier Lamy Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M src/main/java/com/atlassian/httpclient/apache/httpcomponents/ApacheAsyncHttpClient.java M src/main/java/hudson/plugins/jira/JiraSite.java Log Message: --- java8 sugar syntax (#165) Signed-off-by: olivier lamy [JENKINS-53808] restore backward compat Signed-off-by: olivier lamy **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/calendar-view-plugin] 0ac3a2: fix(package): update tippy.js to version 3.0.2
Branch: refs/heads/greenkeeper/tippy.js-3.0.2 Home: https://github.com/jenkinsci/calendar-view-plugin Commit: 0ac3a2e3a97ff403ef953ac023222d5d3a6a6428 https://github.com/jenkinsci/calendar-view-plugin/commit/0ac3a2e3a97ff403ef953ac023222d5d3a6a6428 Author: greenkeeper[bot] Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M package.json Log Message: --- fix(package): update tippy.js to version 3.0.2 Closes #7 Commit: 1d1d21554c9fdaad242fcb58a31fe45fab647f44 https://github.com/jenkinsci/calendar-view-plugin/commit/1d1d21554c9fdaad242fcb58a31fe45fab647f44 Author: greenkeeper[bot] Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M package-lock.json Log Message: --- chore(package): update lockfile package-lock.json Compare: https://github.com/jenkinsci/calendar-view-plugin/compare/0ac3a2e3a97f^...1d1d21554c9f **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/whitesource-plugin] 511859: upgrade to 18.9.1
Branch: refs/heads/master Home: https://github.com/jenkinsci/whitesource-plugin Commit: 5118599d341bb974e4e3450b3403031b1bb43680 https://github.com/jenkinsci/whitesource-plugin/commit/5118599d341bb974e4e3450b3403031b1bb43680 Author: annarozin Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M src/main/java/org/whitesource/jenkins/model/WhiteSourceStep.java Log Message: --- upgrade to 18.9.1 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jenkins] 297e4e: [JENKINS-53793] - Suppress DMI_COLLECTION_OF_URLS ...
Branch: refs/heads/java11-support Home: https://github.com/jenkinsci/jenkins Commit: 297e4e3d85fa53496209f2acecf16d7a67616668 https://github.com/jenkinsci/jenkins/commit/297e4e3d85fa53496209f2acecf16d7a67616668 Author: Oleg Nenashev Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/hudson/ClassicPluginStrategy.java Log Message: --- [JENKINS-53793] - Suppress DMI_COLLECTION_OF_URLS in ClassicPluginStrategy It starts failing FindBugs runs against Java 11. The implementation is not efficient, but it should not be a serious issue in this case Commit: 86502ae485b34902cf8d83244faca1da15586490 https://github.com/jenkinsci/jenkins/commit/86502ae485b34902cf8d83244faca1da15586490 Author: Oleg Nenashev Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/hudson/ClassicPluginStrategy.java Log Message: --- Merge pull request #3649 from oleg-nenashev/java11/JENKINS-53793-DMI-COLLECTION-OF-URLS [JENKINS-53793] - Suppress DMI_COLLECTION_OF_URLS in ClassicPluginStrategy Commit: 62651dc21a9d150867b0f99c9f57728aec901a07 https://github.com/jenkinsci/jenkins/commit/62651dc21a9d150867b0f99c9f57728aec901a07 Author: Oleg Nenashev Date: 2018-09-27 (Thu, 27 Sep 2018) Log Message: --- Merge commit '86502ae485b34902cf8d83244faca1da15586490' into java11-support Compare: https://github.com/jenkinsci/jenkins/compare/20ba48dd1e3c...62651dc21a9d **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jenkins] 297e4e: [JENKINS-53793] - Suppress DMI_COLLECTION_OF_URLS ...
Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins Commit: 297e4e3d85fa53496209f2acecf16d7a67616668 https://github.com/jenkinsci/jenkins/commit/297e4e3d85fa53496209f2acecf16d7a67616668 Author: Oleg Nenashev Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/hudson/ClassicPluginStrategy.java Log Message: --- [JENKINS-53793] - Suppress DMI_COLLECTION_OF_URLS in ClassicPluginStrategy It starts failing FindBugs runs against Java 11. The implementation is not efficient, but it should not be a serious issue in this case Commit: 86502ae485b34902cf8d83244faca1da15586490 https://github.com/jenkinsci/jenkins/commit/86502ae485b34902cf8d83244faca1da15586490 Author: Oleg Nenashev Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M core/src/main/java/hudson/ClassicPluginStrategy.java Log Message: --- Merge pull request #3649 from oleg-nenashev/java11/JENKINS-53793-DMI-COLLECTION-OF-URLS [JENKINS-53793] - Suppress DMI_COLLECTION_OF_URLS in ClassicPluginStrategy Compare: https://github.com/jenkinsci/jenkins/compare/3b30d53c1976...86502ae485b3 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/jenkins] e38a97: [JENKINS-53401] Tie nodeProperties to the current ...
Branch: refs/heads/java11-support Home: https://github.com/jenkinsci/jenkins Commit: e38a97d4aa403628fac12fdc439c3a1901073650 https://github.com/jenkinsci/jenkins/commit/e38a97d4aa403628fac12fdc439c3a1901073650 Author: Vincent Latombe Date: 2018-09-04 (Tue, 04 Sep 2018) Changed paths: M core/src/main/java/hudson/model/Slave.java Log Message: --- [JENKINS-53401] Tie nodeProperties to the current node for save purpose Commit: b7b8d4bf3fbe3356c094de54f306b25b15661da3 https://github.com/jenkinsci/jenkins/commit/b7b8d4bf3fbe3356c094de54f306b25b15661da3 Author: Vincent Latombe Date: 2018-09-05 (Wed, 05 Sep 2018) Changed paths: A test/src/test/java/hudson/slaves/NodeParallelTest.java Log Message: --- Add a test failing without the patch Commit: 31b842b2ddb51eb9c381eecc4fa3e7ddd809152e https://github.com/jenkinsci/jenkins/commit/31b842b2ddb51eb9c381eecc4fa3e7ddd809152e Author: Oleg Nenashev Date: 2018-09-20 (Thu, 20 Sep 2018) Changed paths: M Dockerfile Log Message: --- Update Maven to 3.5.4 Commit: 3a6d27d0f7a1346a58cdc60fad21fdf253767e98 https://github.com/jenkinsci/jenkins/commit/3a6d27d0f7a1346a58cdc60fad21fdf253767e98 Author: Oleg Nenashev Date: 2018-09-20 (Thu, 20 Sep 2018) Changed paths: M Dockerfile Log Message: --- Disable UC signature checks by default Commit: 1cf17cde72c62fcc7aa9d5a0f0607e677b2baf6c https://github.com/jenkinsci/jenkins/commit/1cf17cde72c62fcc7aa9d5a0f0607e677b2baf6c Author: Oleg Nenashev Date: 2018-09-20 (Thu, 20 Sep 2018) Changed paths: M Dockerfile Log Message: --- Merge branch 'java10-support' into java11-support # Conflicts: # Dockerfile Commit: aa0d1208cff3ab8975ffa529d766428ebca55db2 https://github.com/jenkinsci/jenkins/commit/aa0d1208cff3ab8975ffa529d766428ebca55db2 Author: Kohsuke Kawaguchi Date: 2018-09-20 (Thu, 20 Sep 2018) Changed paths: M cli/pom.xml M core/pom.xml M pom.xml M test/pom.xml M war/pom.xml Log Message: --- [maven-release-plugin] prepare release jenkins-2.142 Commit: 54651d8efcaeac2f7faa8757525e05a8a39e5812 https://github.com/jenkinsci/jenkins/commit/54651d8efcaeac2f7faa8757525e05a8a39e5812 Author: Kohsuke Kawaguchi Date: 2018-09-20 (Thu, 20 Sep 2018) Changed paths: M cli/pom.xml M core/pom.xml M pom.xml M test/pom.xml M war/pom.xml Log Message: --- [maven-release-plugin] prepare for next development iteration Commit: 5b8d41e6aeebf4695ca5eccf963d80e6a5a144cc https://github.com/jenkinsci/jenkins/commit/5b8d41e6aeebf4695ca5eccf963d80e6a5a144cc Author: Kohsuke Kawaguchi Date: 2018-09-20 (Thu, 20 Sep 2018) Changed paths: M core/src/main/java/hudson/triggers/SCMTrigger.java M core/src/main/java/jenkins/security/apitoken/ApiTokenStats.java Log Message: --- Merge branch 'master' of github.com:jenkinsci/jenkins Commit: 2791e853576498fab95b7c9163cc024f9874ee55 https://github.com/jenkinsci/jenkins/commit/2791e853576498fab95b7c9163cc024f9874ee55 Author: Oleg Nenashev Date: 2018-09-20 (Thu, 20 Sep 2018) Changed paths: M core/pom.xml Log Message: --- [JENKINS-52024] - Update sezpoz to 1.13 Commit: b8ae47fbe50e169a8cac08b98554c4eca61a58ba https://github.com/jenkinsci/jenkins/commit/b8ae47fbe50e169a8cac08b98554c4eca61a58ba Author: Oleg Nenashev Date: 2018-09-20 (Thu, 20 Sep 2018) Changed paths: M cli/pom.xml M cli/src/test/java/hudson/cli/PrivateKeyProviderTest.java M core/pom.xml M core/src/test/java/hudson/slaves/ChannelPingerTest.java M core/src/test/java/jenkins/model/CoreEnvironmentContributorTest.java M pom.xml Log Message: --- [JENKINS-53693] - Update PowerMock and Mockito to a Java11-compatible version Commit: f4a03415b0f8212426456e3321057017be66b839 https://github.com/jenkinsci/jenkins/commit/f4a03415b0f8212426456e3321057017be66b839 Author: Oleg Nenashev Date: 2018-09-20 (Thu, 20 Sep 2018) Changed paths: M core/src/main/java/hudson/slaves/ChannelPinger.java M core/src/test/java/hudson/model/RunTest.java M pom.xml Log Message: --- [JENKINS-53693] - Fix tests which depend on mocking Commit: d0c4afff89e6122591dc3392cd875c0b8504e5da https://github.com/jenkinsci/jenkins/commit/d0c4afff89e6122591dc3392cd875c0b8504e5da Author: Oleg Nenashev Date: 2018-09-20 (Thu, 20 Sep 2018) Changed paths: M core/src/test/java/hudson/model/JobTest.java Log Message: --- Fix the FindBugs issue in the test Commit: 1c837d391be12fc68a7512f7a10fd7f84a6b https://github.com/jenkinsci/jenkins/commit/1c837d391be12fc68a7512f7a10fd7f84a6b Author: Oleg Nenashev Date: 2018-09-20 (Thu, 20 Sep 2018) Changed paths: M core/src/test
[jenkinsci/xunit-plugin] a3130a: Remove unused import and remove title from threash...
Branch: refs/heads/master Home: https://github.com/jenkinsci/xunit-plugin Commit: a3130a7ac3d0ceb1fb4f761fc4ac20d115e6757b https://github.com/jenkinsci/xunit-plugin/commit/a3130a7ac3d0ceb1fb4f761fc4ac20d115e6757b Author: Nikolas Falco Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M src/main/java/org/jenkinsci/plugins/xunit/XUnitBuilder.java M src/main/java/org/jenkinsci/plugins/xunit/XUnitProcessor.java M src/main/java/org/jenkinsci/plugins/xunit/XUnitPublisher.java M src/main/java/org/jenkinsci/plugins/xunit/pipeline/XUnitResultsStep.java M src/main/resources/org/jenkinsci/plugins/xunit/threshold/XUnitThresholdDescriptor/config.jelly Log Message: --- Remove unused import and remove title from threasholds UI section because appear twice. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/qmetry-for-jira-test-management-plugin] 40d029: [maven-release-plugin] rollback the release of qQM...
Branch: refs/heads/master Home: https://github.com/jenkinsci/qmetry-for-jira-test-management-plugin Commit: 40d029485c8015a0f0ceb5dd3aec1006b5106077 https://github.com/jenkinsci/qmetry-for-jira-test-management-plugin/commit/40d029485c8015a0f0ceb5dd3aec1006b5106077 Author: priyanka shah Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] rollback the release of qQMetry-for-jira-test-management-1.11 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/azure-vm-agents-plugin] de6b34: Manage azure-client-runtime by azure sdk
Branch: refs/heads/azure_sdk_upgrade Home: https://github.com/jenkinsci/azure-vm-agents-plugin Commit: de6b34322608850924b4188bd65798e05c40fa8d https://github.com/jenkinsci/azure-vm-agents-plugin/commit/de6b34322608850924b4188bd65798e05c40fa8d Author: Jie Shen Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- Manage azure-client-runtime by azure sdk **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/qmetry-for-jira-test-management-plugin]
Branch: refs/tags/qQMetry-for-jira-test-management-1.11 Home: https://github.com/jenkinsci/qmetry-for-jira-test-management-plugin **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/qmetry-for-jira-test-management-plugin] 3f7c3d: [maven-release-plugin] prepare for next developmen...
Branch: refs/heads/master Home: https://github.com/jenkinsci/qmetry-for-jira-test-management-plugin Commit: 3f7c3d8eaac1d14fdbfe94d556d9047a344ed99e https://github.com/jenkinsci/qmetry-for-jira-test-management-plugin/commit/3f7c3d8eaac1d14fdbfe94d556d9047a344ed99e Author: priyanka shah Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare for next development iteration **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/qmetry-for-jira-test-management-plugin] 89c8d7: [maven-release-plugin] prepare release qQMetry-for...
Branch: refs/heads/master Home: https://github.com/jenkinsci/qmetry-for-jira-test-management-plugin Commit: 89c8d730a501e5c9500166502823ff2df2fd0959 https://github.com/jenkinsci/qmetry-for-jira-test-management-plugin/commit/89c8d730a501e5c9500166502823ff2df2fd0959 Author: priyanka shah Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release qQMetry-for-jira-test-management-1.11 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/qmetry-for-jira-test-management-plugin] 8f34a8: [maven-release-plugin] rollback the release of qme...
Branch: refs/heads/master Home: https://github.com/jenkinsci/qmetry-for-jira-test-management-plugin Commit: 8f34a884d62b5a48e39f22ee0b9647f6ff77615d https://github.com/jenkinsci/qmetry-for-jira-test-management-plugin/commit/8f34a884d62b5a48e39f22ee0b9647f6ff77615d Author: priyanka shah Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] rollback the release of qmetry-for-jira-test-management-1.11 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/qmetry-for-jira-test-management-plugin] 26fd06: [maven-release-plugin] prepare for next developmen...
Branch: refs/heads/master Home: https://github.com/jenkinsci/qmetry-for-jira-test-management-plugin Commit: 26fd062a8e62e39194249d32107f56db95fdce49 https://github.com/jenkinsci/qmetry-for-jira-test-management-plugin/commit/26fd062a8e62e39194249d32107f56db95fdce49 Author: priyanka shah Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare for next development iteration **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/qmetry-for-jira-test-management-plugin]
Branch: refs/tags/qmetry-for-jira-test-management-1.11 Home: https://github.com/jenkinsci/qmetry-for-jira-test-management-plugin **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/qmetry-for-jira-test-management-plugin] 162c1a: [maven-release-plugin] prepare release qmetry-for-...
Branch: refs/heads/master Home: https://github.com/jenkinsci/qmetry-for-jira-test-management-plugin Commit: 162c1a74de8fd2e917850d28f0364cfcb282701b https://github.com/jenkinsci/qmetry-for-jira-test-management-plugin/commit/162c1a74de8fd2e917850d28f0364cfcb282701b Author: priyanka shah Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release qmetry-for-jira-test-management-1.11 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/qmetry-for-jira-test-management-plugin] 4e3ad7: Master-Slave code improvments
Branch: refs/heads/master Home: https://github.com/jenkinsci/qmetry-for-jira-test-management-plugin Commit: 4e3ad71cb1cffdd23e59c6be93caa78297ab6faa https://github.com/jenkinsci/qmetry-for-jira-test-management-plugin/commit/4e3ad71cb1cffdd23e59c6be93caa78297ab6faa Author: priyanka shah Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M src/main/java/com/qmetry/FindFile.java Log Message: --- Master-Slave code improvments **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/vmanager-plugin] 05cbda: [maven-release-plugin] prepare for next developmen...
Branch: refs/heads/master Home: https://github.com/jenkinsci/vmanager-plugin Commit: 05cbdab142f8c042dca00eaebd959dae99624413 https://github.com/jenkinsci/vmanager-plugin/commit/05cbdab142f8c042dca00eaebd959dae99624413 Author: Tal Yanai Date: 2018-09-27 (Thu, 27 Sep 2018) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare for next development iteration **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.