[jenkinsci/scm-trait-commit-skip-plugin] 9c55e9: Add build strategy to skip events that trigger a b...

2018-12-13 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/scm-trait-commit-skip-plugin
  Commit: 9c55e99b67a4941e855041f6816da02e87b53464
  
https://github.com/jenkinsci/scm-trait-commit-skip-plugin/commit/9c55e99b67a4941e855041f6816da02e87b53464
  Author: Manuel Ryan 
  Date:   2018-12-14 (Fri, 14 Dec 2018)

  Changed paths:
M bitbucket-scm-trait-commit-skip/pom.xml
A 
bitbucket-scm-trait-commit-skip/src/main/java/org/jenkinsci/plugins/scm_filter/BitbucketCommitAuthorBranchBuildStrategy.java
A 
bitbucket-scm-trait-commit-skip/src/main/java/org/jenkinsci/plugins/scm_filter/BitbucketCommitMessageBranchBuildStrategy.java
A 
bitbucket-scm-trait-commit-skip/src/test/java/org/jenkinsci/plugins/scm_filter/BitbucketCommitMessageBranchBuildStrategyTest.java
A 
bitbucket-scm-trait-commit-skip/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker
M github-scm-trait-commit-skip/pom.xml
A 
github-scm-trait-commit-skip/src/main/java/org/jenkinsci/plugins/scm_filter/GitHubCommitAuthorBranchBuildStrategy.java
A 
github-scm-trait-commit-skip/src/main/java/org/jenkinsci/plugins/scm_filter/GitHubCommitMessageBranchBuildStrategy.java
A 
github-scm-trait-commit-skip/src/main/java/org/jenkinsci/plugins/scm_filter/GitHubUtils.java
M pom.xml
M scm-trait-commit-skip-common/pom.xml
A 
scm-trait-commit-skip-common/src/main/java/org/jenkinsci/plugins/scm_filter/CommitAuthorBranchBuildStrategy.java
A 
scm-trait-commit-skip-common/src/main/java/org/jenkinsci/plugins/scm_filter/CommitMessageBranchBuildStrategy.java
A 
scm-trait-commit-skip-common/src/main/java/org/jenkinsci/plugins/scm_filter/CouldNotGetCommitDataException.java
A 
scm-trait-commit-skip-common/src/main/java/org/jenkinsci/plugins/scm_filter/RegexFilterBranchBuildStrategyDescriptor.java
A 
scm-trait-commit-skip-common/src/main/resources/org/jenkinsci/plugins/scm_filter/CommitAuthorBranchBuildStrategy/config.jelly
A 
scm-trait-commit-skip-common/src/main/resources/org/jenkinsci/plugins/scm_filter/CommitAuthorBranchBuildStrategy/help-pattern.html
A 
scm-trait-commit-skip-common/src/main/resources/org/jenkinsci/plugins/scm_filter/CommitAuthorBranchBuildStrategy/help.html
A 
scm-trait-commit-skip-common/src/main/resources/org/jenkinsci/plugins/scm_filter/CommitMessageBranchBuildStrategy/config.jelly
A 
scm-trait-commit-skip-common/src/main/resources/org/jenkinsci/plugins/scm_filter/CommitMessageBranchBuildStrategy/help-pattern.html
A 
scm-trait-commit-skip-common/src/main/resources/org/jenkinsci/plugins/scm_filter/CommitMessageBranchBuildStrategy/help.html
A 
scm-trait-commit-skip-common/src/main/resources/org/jenkinsci/plugins/scm_filter/Messages.properties

  Log Message:
  ---
  Add build strategy to skip events that trigger a build if HEAD commit matches 
some rules (continued) (#13)

* Fix dependencies. Use dependency management instead to declare dependencies 
that fail the upper bound enforcer rule as direct test dependencies also if 
they are not.

* Add branch strategy to skip branch index events when the head commit matches 
a message or author filter.

* Alternative to PR-10

Including GitHub implementation and separation into separate strategies for 
message and author

* Reduced code duplications in github implementations and fix pullrequests

* Integrate feedback from @nfalco79

remove unused files, check regexp syntax, factorize code



  **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/influxdb-plugin] 43fdfe: Use getTimeInMillis instead of timestamp

2018-12-13 Thread GitHub
  Branch: refs/heads/development
  Home:   https://github.com/jenkinsci/influxdb-plugin
  Commit: 43fdfe2a78c347a69965c87b7a39b1a46af45eb7
  
https://github.com/jenkinsci/influxdb-plugin/commit/43fdfe2a78c347a69965c87b7a39b1a46af45eb7
  Author: Aleksi Simell 
  Date:   2018-12-14 (Fri, 14 Dec 2018)

  Changed paths:
M 
src/main/java/jenkinsci/plugins/influxdb/generators/CustomDataPointGenerator.java

  Log Message:
  ---
  Use getTimeInMillis instead of timestamp



  **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/influxdb-plugin] 1e38c1: Fix calculated build time in custom data by using ...

2018-12-13 Thread GitHub
  Branch: refs/heads/development
  Home:   https://github.com/jenkinsci/influxdb-plugin
  Commit: 1e38c134605fdb701ea2812928421dc743193c53
  
https://github.com/jenkinsci/influxdb-plugin/commit/1e38c134605fdb701ea2812928421dc743193c53
  Author: Korbinian Bergauer 
  Date:   2018-11-27 (Tue, 27 Nov 2018)

  Changed paths:
M 
src/main/java/jenkinsci/plugins/influxdb/generators/CustomDataPointGenerator.java

  Log Message:
  ---
  Fix calculated build time in custom data by using System.currentTimeMillis() 
instead of provided timestamp


  Commit: 73ac6a69c72a4488cfe5044d3f1ea6fac58aa239
  
https://github.com/jenkinsci/influxdb-plugin/commit/73ac6a69c72a4488cfe5044d3f1ea6fac58aa239
  Author: Valtaroth 
  Date:   2018-12-09 (Sun, 09 Dec 2018)

  Changed paths:
M 
src/main/java/jenkinsci/plugins/influxdb/generators/CustomDataPointGenerator.java

  Log Message:
  ---
  Use converted timestamp instead of forcing current time


  Commit: 5d9c8d3e09eec66bb2732d858074bcab65326e1b
  
https://github.com/jenkinsci/influxdb-plugin/commit/5d9c8d3e09eec66bb2732d858074bcab65326e1b
  Author: Valtaroth 
  Date:   2018-12-13 (Thu, 13 Dec 2018)

  Changed paths:
M 
src/main/java/jenkinsci/plugins/influxdb/generators/CustomDataPointGenerator.java

  Log Message:
  ---
  Flip start and current timestamp in calculation


  Commit: b201da829dc28f3da35d807f6ade26cf6ed5ace1
  
https://github.com/jenkinsci/influxdb-plugin/commit/b201da829dc28f3da35d807f6ade26cf6ed5ace1
  Author: Aleksi Simell 
  Date:   2018-12-14 (Fri, 14 Dec 2018)

  Changed paths:
M 
src/main/java/jenkinsci/plugins/influxdb/generators/CustomDataPointGenerator.java

  Log Message:
  ---
  Merge pull request #52 from Valtaroth/fix-customdata-build-time

Fix calculated build time in custom data by using System.currentTimeM…


Compare: 
https://github.com/jenkinsci/influxdb-plugin/compare/61efb6c32ce6...b201da829dc2
  **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] e4e385: Wrap the log level for periodic work

2018-12-13 Thread GitHub
  Branch: refs/heads/log
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin
  Commit: e4e3852854bb3ca70654732e7dea0669950fea32
  
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/e4e3852854bb3ca70654732e7dea0669950fea32
  Author: Jie Shen 
  Date:   2018-12-14 (Fri, 14 Dec 2018)

  Changed paths:
M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentCleanUpTask.java
M 
src/main/java/com/microsoft/azure/vmagent/AzureVMCloudVerificationTask.java
M src/main/java/com/microsoft/azure/vmagent/AzureVMMaintainPoolTask.java

  Log Message:
  ---
  Wrap the log level for periodic work



  **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/saltstack-plugin] ea4937: Refactor imports and remove some unneeded bits

2018-12-13 Thread GitHub
  Branch: refs/heads/Jenkinsfile
  Home:   https://github.com/jenkinsci/saltstack-plugin
  Commit: ea493717d2af5962a7fe1fa5a243e1858592f412
  
https://github.com/jenkinsci/saltstack-plugin/commit/ea493717d2af5962a7fe1fa5a243e1858592f412
  Author: Christian McHugh 
  Date:   2018-12-13 (Thu, 13 Dec 2018)

  Changed paths:
M src/main/java/com/waytta/Builds.java
M src/main/java/com/waytta/HttpCallable.java
M src/main/java/com/waytta/SaltAPIBuilder.java
M src/main/java/com/waytta/SaltAPIStep.java
M src/main/java/com/waytta/SaltException.java
M src/main/java/com/waytta/clientinterface/HookClient.java
M src/main/java/com/waytta/clientinterface/LocalBatchClient.java
M src/main/java/com/waytta/clientinterface/LocalClient.java
M src/main/java/com/waytta/clientinterface/LocalSubsetClient.java
M src/main/java/com/waytta/clientinterface/RunnerClient.java
M src/test/java/com/waytta/SaltAPIBuilderTest.java

  Log Message:
  ---
  Refactor imports and remove some unneeded bits


  Commit: 5e75304d2f9b29230c2b215077aed89a7dae647c
  
https://github.com/jenkinsci/saltstack-plugin/commit/5e75304d2f9b29230c2b215077aed89a7dae647c
  Author: Christian McHugh 
  Date:   2018-12-13 (Thu, 13 Dec 2018)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Try forcing tests to run


Compare: 
https://github.com/jenkinsci/saltstack-plugin/compare/ea493717d2af^...5e75304d2f9b
  **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/saltstack-plugin]

2018-12-13 Thread GitHub
  Branch: refs/heads/minor_cleanup
  Home:   https://github.com/jenkinsci/saltstack-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/saltstack-plugin] d3cab7: Refactor imports and remove some unneeded bits (#1...

2018-12-13 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/saltstack-plugin
  Commit: d3cab7c6a99855af531617ceae1597db8ac74a85
  
https://github.com/jenkinsci/saltstack-plugin/commit/d3cab7c6a99855af531617ceae1597db8ac74a85
  Author: Christian McHugh 
  Date:   2018-12-13 (Thu, 13 Dec 2018)

  Changed paths:
M src/main/java/com/waytta/Builds.java
M src/main/java/com/waytta/HttpCallable.java
M src/main/java/com/waytta/SaltAPIBuilder.java
M src/main/java/com/waytta/SaltAPIStep.java
M src/main/java/com/waytta/SaltException.java
M src/main/java/com/waytta/clientinterface/HookClient.java
M src/main/java/com/waytta/clientinterface/LocalBatchClient.java
M src/main/java/com/waytta/clientinterface/LocalClient.java
M src/main/java/com/waytta/clientinterface/LocalSubsetClient.java
M src/main/java/com/waytta/clientinterface/RunnerClient.java
M src/test/java/com/waytta/SaltAPIBuilderTest.java

  Log Message:
  ---
  Refactor imports and remove some unneeded bits (#132)



  **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/saltstack-plugin] ea4937: Refactor imports and remove some unneeded bits

2018-12-13 Thread GitHub
  Branch: refs/heads/minor_cleanup
  Home:   https://github.com/jenkinsci/saltstack-plugin
  Commit: ea493717d2af5962a7fe1fa5a243e1858592f412
  
https://github.com/jenkinsci/saltstack-plugin/commit/ea493717d2af5962a7fe1fa5a243e1858592f412
  Author: Christian McHugh 
  Date:   2018-12-13 (Thu, 13 Dec 2018)

  Changed paths:
M src/main/java/com/waytta/Builds.java
M src/main/java/com/waytta/HttpCallable.java
M src/main/java/com/waytta/SaltAPIBuilder.java
M src/main/java/com/waytta/SaltAPIStep.java
M src/main/java/com/waytta/SaltException.java
M src/main/java/com/waytta/clientinterface/HookClient.java
M src/main/java/com/waytta/clientinterface/LocalBatchClient.java
M src/main/java/com/waytta/clientinterface/LocalClient.java
M src/main/java/com/waytta/clientinterface/LocalSubsetClient.java
M src/main/java/com/waytta/clientinterface/RunnerClient.java
M src/test/java/com/waytta/SaltAPIBuilderTest.java

  Log Message:
  ---
  Refactor imports and remove some unneeded bits



  **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/saltstack-plugin] 9c41df: Use success key's bool value if it exists, otherwi...

2018-12-13 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/saltstack-plugin
  Commit: 9c41dfd57b31593829607a053e80f93d022e3bec
  
https://github.com/jenkinsci/saltstack-plugin/commit/9c41dfd57b31593829607a053e80f93d022e3bec
  Author: Christian McHugh 
  Date:   2018-12-13 (Thu, 13 Dec 2018)

  Changed paths:
M .gitignore
M src/main/java/com/waytta/Utils.java
A src/test/java/com/waytta/successfulJSON/winPkgRefresh.json

  Log Message:
  ---
  Use success key's bool value if it exists, otherwise ignore



  **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/pipeline-input-step-plugin] f721e0: [JENKINS-55181] Add a test

2018-12-13 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-input-step-plugin
  Commit: f721e0ad1f09724c58d59f25e12fc5376ba8e046
  
https://github.com/jenkinsci/pipeline-input-step-plugin/commit/f721e0ad1f09724c58d59f25e12fc5376ba8e046
  Author: Baptiste Mathus 
  Date:   2018-12-13 (Thu, 13 Dec 2018)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/workflow/support/steps/input/InputStepTest.java

  Log Message:
  ---
  [JENKINS-55181] Add a test

This one is expected to succeed. I want to make sure we exercise the
approval, and not the rejection, which is absolutely not using the same
code path. (submitter is not used for rejection)


  Commit: d911e810d767eba044be6de9c9cf9314a31b74e3
  
https://github.com/jenkinsci/pipeline-input-step-plugin/commit/d911e810d767eba044be6de9c9cf9314a31b74e3
  Author: Baptiste Mathus 
  Date:   2018-12-13 (Thu, 13 Dec 2018)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/workflow/support/steps/input/InputStepTest.java

  Log Message:
  ---
  Add test showing case is important, despite the IdStrategy is CASE_INSENSITIVE

Expected to fail on L220


  Commit: 2d933ca888066a57723e17ed212e4ce6482f2d54
  
https://github.com/jenkinsci/pipeline-input-step-plugin/commit/2d933ca888066a57723e17ed212e4ce6482f2d54
  Author: Baptiste Mathus 
  Date:   2018-12-13 (Thu, 13 Dec 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/input/InputStepExecution.java

  Log Message:
  ---
  [JENKINS-55181] Use current IdStrategy to match against current user


  Commit: e9f58066b8350a9229b578e1b53e61947a30bd5b
  
https://github.com/jenkinsci/pipeline-input-step-plugin/commit/e9f58066b8350a9229b578e1b53e61947a30bd5b
  Author: Sam Van Oort 
  Date:   2018-12-13 (Thu, 13 Dec 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/input/InputStepExecution.java
M 
src/test/java/org/jenkinsci/plugins/workflow/support/steps/input/InputStepTest.java

  Log Message:
  ---
  Merge pull request #26 from 
batmat/JENKINS-55181-submitters-IdStrategy-case-sensitivity

[JENKINS-55181] Input submitter parameter should use the current IdStrategy to 
match against current user


Compare: 
https://github.com/jenkinsci/pipeline-input-step-plugin/compare/1fbf5d421c48...e9f58066b835
  **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/electricflow-plugin]

2018-12-13 Thread GitHub
  Branch: refs/heads/ECJENKINS-270
  Home:   https://github.com/jenkinsci/electricflow-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/aws-device-farm-plugin] b5d799: Merge support for Appium 1.9.1 for standard mode

2018-12-13 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-device-farm-plugin
  Commit: b5d7990c626dd5dc39a119352004915b21797d3d
  
https://github.com/jenkinsci/aws-device-farm-plugin/commit/b5d7990c626dd5dc39a119352004915b21797d3d
  Author: Nikhil Dabhade 
  Date:   2018-12-13 (Thu, 13 Dec 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/awsdevicefarm/AWSDeviceFarmRecorder.java

  Log Message:
  ---
  Merge support for Appium 1.9.1 for standard mode


  Commit: 6c30be01a6066ce51470758e3a0a26915834aa6f
  
https://github.com/jenkinsci/aws-device-farm-plugin/commit/6c30be01a6066ce51470758e3a0a26915834aa6f
  Author: Nikhil Dabhade 
  Date:   2018-12-13 (Thu, 13 Dec 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/awsdevicefarm/AWSDeviceFarmRecorder.java

  Log Message:
  ---
  Merge pull request #13 from awslabs/master

Merge support for Appium 1.9.1 for standard mode


Compare: 
https://github.com/jenkinsci/aws-device-farm-plugin/compare/b1e27772cf5f...6c30be01a606
  **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.