[jenkinsci/pipeline-build-step-plugin] 1fec53: Mark pipeline waitForBuild step with the downstrea...

2023-04-27 Thread 'Stuart Rowe' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-build-step-plugin
  Commit: 1fec530da85897f21337ea46be557adf72bb416f
  
https://github.com/jenkinsci/pipeline-build-step-plugin/commit/1fec530da85897f21337ea46be557adf72bb416f
  Author: Stuart Rowe 
  Date:   2023-04-28 (Fri, 28 Apr 2023)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/WaitForBuildListener.java
M 
src/test/java/org/jenkinsci/plugins/workflow/support/steps/build/WaitForBuildStepTest.java

  Log Message:
  ---
  Mark pipeline waitForBuild step with the downstream build result (#112)

* Add a WarningAction to the waitForBuild step flownode for unsuccessful builds

* Log the result of the completed build

* Only add WarningAction when propagate: true

Update test

* Fix spotbugs error NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE

-

Co-authored-by: Olivier Lamy 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-build-step-plugin/push/refs/heads/master/7df200-1fec53%40github.com.


[jenkinsci/pipeline-build-step-plugin] 8993df: Only add WarningAction when propagate: true (#110)

2023-04-04 Thread 'Stuart Rowe' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-build-step-plugin
  Commit: 8993df156e8ddeffa7682da8806a995571ac4f0a
  
https://github.com/jenkinsci/pipeline-build-step-plugin/commit/8993df156e8ddeffa7682da8806a995571ac4f0a
  Author: Stuart Rowe 
  Date:   2023-04-05 (Wed, 05 Apr 2023)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerListener.java
M 
src/test/java/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerStepTest.java

  Log Message:
  ---
  Only add WarningAction when propagate: true (#110)

* Only add WarningAction when propagate: true

* Combine conditions to avoid nested if statement

* Fix WarningAction tests by enabling propagate


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-build-step-plugin/push/refs/heads/master/a82313-8993df%40github.com.


[jenkinsci/pipeline-build-step-plugin] a82313: Implement waitForBuild step (#106)

2023-03-16 Thread 'Stuart Rowe' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-build-step-plugin
  Commit: a823138eee8bcb930ea04398e834b9f18227e01e
  
https://github.com/jenkinsci/pipeline-build-step-plugin/commit/a823138eee8bcb930ea04398e834b9f18227e01e
  Author: Stuart Rowe 
  Date:   2023-03-17 (Fri, 17 Mar 2023)

  Changed paths:
A 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/WaitForBuildAction.java
A 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/WaitForBuildListener.java
A 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/WaitForBuildStep.java
A 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/WaitForBuildStepExecution.java
M 
src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/Messages.properties
A 
src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/WaitForBuildStep/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/WaitForBuildStep/help-propagate.html
A 
src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/WaitForBuildStep/help-runId.html
A 
src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/WaitForBuildStep/help.html
A 
src/test/java/org/jenkinsci/plugins/workflow/support/steps/build/WaitForBuildStepTest.java

  Log Message:
  ---
  Implement waitForBuild step (#106)

* Implement waitForBuild step

* Add a 500ms sleep to 'ds' test job to make tests less flaky


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-build-step-plugin/push/refs/heads/master/d08f55-a82313%40github.com.


[jenkinsci/pipeline-build-step-plugin] 14fc88: Mark pipeline build step with the downstream build...

2023-02-27 Thread 'Stuart Rowe' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-build-step-plugin
  Commit: 14fc8885b2bf4eb047097fefe300beb8955e3e94
  
https://github.com/jenkinsci/pipeline-build-step-plugin/commit/14fc8885b2bf4eb047097fefe300beb8955e3e94
  Author: Stuart Rowe 
  Date:   2023-02-27 (Mon, 27 Feb 2023)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerListener.java
M 
src/test/java/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerStepTest.java

  Log Message:
  ---
  Mark pipeline build step with the downstream build result (#107)

* Log the result of the completed build

* Add a WarningAction to the build step flownode for unsuccessful builds

* Add tests to validate


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-build-step-plugin/push/refs/heads/master/b89424-14fc88%40github.com.


[jenkinsci/slack-plugin] 382fc5: Support for notifying commit authors by direct mes...

2019-08-11 Thread Stuart Rowe
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/slack-plugin
  Commit: 382fc57916aabced78ed1b736fd280fe6523c5c1
  
https://github.com/jenkinsci/slack-plugin/commit/382fc57916aabced78ed1b736fd280fe6523c5c1
  Author: Stuart Rowe 
  Date:   2019-08-11 (Sun, 11 Aug 2019)

  Changed paths:
M pom.xml
M src/main/java/jenkins/plugins/slack/SlackNotifier.java
M src/main/java/jenkins/plugins/slack/SlackNotifierBuilder.java
M src/main/java/jenkins/plugins/slack/StandardSlackService.java
M src/main/java/jenkins/plugins/slack/StandardSlackServiceBuilder.java
A src/main/java/jenkins/plugins/slack/user/EmailSlackUserIdResolver.java
A src/main/java/jenkins/plugins/slack/user/NoSlackUserIdResolver.java
A src/main/java/jenkins/plugins/slack/user/SlackUserIdResolver.java
A 
src/main/java/jenkins/plugins/slack/user/SlackUserIdResolverDescriptor.java
A src/main/java/jenkins/plugins/slack/user/SlackUserProperty.java
M src/main/java/jenkins/plugins/slack/workflow/SlackSendStep.java
M src/main/resources/jenkins/plugins/slack/Messages.properties
M src/main/resources/jenkins/plugins/slack/SlackNotifier/global.jelly
A 
src/main/resources/jenkins/plugins/slack/user/EmailSlackUserIdResolver/help.html
A 
src/main/resources/jenkins/plugins/slack/user/NoSlackUserIdResolver/help.html
A 
src/main/resources/jenkins/plugins/slack/user/SlackUserProperty/config.jelly
A 
src/main/resources/jenkins/plugins/slack/user/SlackUserProperty/help-disableNotifications.html
A 
src/main/resources/jenkins/plugins/slack/user/SlackUserProperty/help-userId.html
M 
src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/config.jelly
A 
src/main/resources/jenkins/plugins/slack/workflow/SlackSendStep/help-notifyCommitters.html
M src/test/java/jenkins/plugins/slack/CloseableHttpClientStub.java
M src/test/java/jenkins/plugins/slack/CloseableHttpResponseStub.java
A src/test/java/jenkins/plugins/slack/EmailSlackUserIdResolverTest.java
M 
src/test/java/jenkins/plugins/slack/workflow/SlackSendStepIntegrationTest.java
M src/test/java/jenkins/plugins/slack/workflow/SlackSendStepTest.java
A src/test/resources/jenkins/plugins/slack/lookUpByEmailResponseError.json
A src/test/resources/jenkins/plugins/slack/lookUpByEmailResponseOK.json

  Log Message:
  ---
  Support for notifying commit authors by direct message (#600)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/slack-plugin/push/refs/heads/master/0c49f5-382fc5%40github.com.