Branch: refs/heads/NTVEPLUGIN-351
  Home:   https://github.com/jenkinsci/electricflow-plugin
  Commit: 1128c5d0e76078b9c45076aa017e76a20d640927
      
https://github.com/jenkinsci/electricflow-plugin/commit/1128c5d0e76078b9c45076aa017e76a20d640927
  Author: Dmitriy Shamatrin <[email protected]>
  Date:   2020-08-04 (Tue, 04 Aug 2020)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/electricflow/ElectricFlowPublishApplication.java

  Log Message:
  -----------
  Test fix for an issue for investigation reasons


  Commit: d5f6c1a7465322ccb5e718fd2ced93f0f340c296
      
https://github.com/jenkinsci/electricflow-plugin/commit/d5f6c1a7465322ccb5e718fd2ced93f0f340c296
  Author: Oleksii Vasylkivskyi <[email protected]>
  Date:   2020-08-05 (Wed, 05 Aug 2020)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/electricflow/ElectricFlowDeployApplication.java
    M 
src/main/java/org/jenkinsci/plugins/electricflow/ElectricFlowPipelinePublisher.java
    M 
src/main/java/org/jenkinsci/plugins/electricflow/ElectricFlowPublishApplication.java
    M 
src/main/java/org/jenkinsci/plugins/electricflow/ElectricFlowRunProcedure.java
    M 
src/main/java/org/jenkinsci/plugins/electricflow/ElectricFlowTriggerRelease.java

  Log Message:
  -----------
  NTVEPLUGIN-373 - updated "depend on CD job/pipeline outcome" functionality by 
association of CD job/pipeline outcome "Warning" with CI build result "Unstable"


  Commit: fc210d13668a8671db0c04e4112e7b02f28525ca
      
https://github.com/jenkinsci/electricflow-plugin/commit/fc210d13668a8671db0c04e4112e7b02f28525ca
  Author: Oleksii Vasylkivskyi <[email protected]>
  Date:   2020-08-05 (Wed, 05 Aug 2020)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/electricflow/ElectricFlowDeployApplication.java
    M 
src/main/java/org/jenkinsci/plugins/electricflow/ElectricFlowPipelinePublisher.java
    M 
src/main/java/org/jenkinsci/plugins/electricflow/ElectricFlowPublishApplication.java
    M 
src/main/java/org/jenkinsci/plugins/electricflow/ElectricFlowRunProcedure.java
    M 
src/main/java/org/jenkinsci/plugins/electricflow/ElectricFlowTriggerRelease.java
    M src/main/java/org/jenkinsci/plugins/electricflow/Utils.java

  Log Message:
  -----------
  NTVEPLUGIN-373 - updated "depend on CD job/pipeline outcome" functionality by 
association of CD job/pipeline outcome "Warning" with CI build result "Unstable"


  Commit: dd84c1039cec2a69209a49af379067800a54bfac
      
https://github.com/jenkinsci/electricflow-plugin/commit/dd84c1039cec2a69209a49af379067800a54bfac
  Author: Oleksii Vasylkivskyi <[email protected]>
  Date:   2020-08-05 (Wed, 05 Aug 2020)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/electricflow/ElectricFlowTriggerRelease.java

  Log Message:
  -----------
  NTVEPLUGIN-373 - minor changes


  Commit: 6a45dccf279eff8853df354cdd93901fef354053
      
https://github.com/jenkinsci/electricflow-plugin/commit/6a45dccf279eff8853df354cdd93901fef354053
  Author: Oleksii Vasylkivskyi <[email protected]>
  Date:   2020-08-06 (Thu, 06 Aug 2020)

  Changed paths:
    M 
src/main/resources/org/jenkinsci/plugins/electricflow/ElectricFlowDeployApplication/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/electricflow/ElectricFlowPipelinePublisher/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/electricflow/ElectricFlowRunProcedure/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/electricflow/ElectricFlowTriggerRelease/config.jelly

  Log Message:
  -----------
  NTVEPLUGIN-161 - fix for snippet generator UI for step with extra parameters


  Commit: 630c8cc5af88791f5990f23535c63e930955b06b
      
https://github.com/jenkinsci/electricflow-plugin/commit/630c8cc5af88791f5990f23535c63e930955b06b
  Author: Dmitriy Shamatrin <[email protected]>
  Date:   2020-08-06 (Thu, 06 Aug 2020)

  Changed paths:
    M 
src/main/resources/org/jenkinsci/plugins/electricflow/ElectricFlowDeployApplication/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/electricflow/ElectricFlowPipelinePublisher/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/electricflow/ElectricFlowRunProcedure/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/electricflow/ElectricFlowTriggerRelease/config.jelly

  Log Message:
  -----------
  Merge pull request #112 from jenkinsci/NTVEPLUGIN-161

NTVEPLUGIN-161 - fix for snippet generator UI for steps with extra parameters


  Commit: 7b5c6475640650323fde0d8a6260cf89a51136b7
      
https://github.com/jenkinsci/electricflow-plugin/commit/7b5c6475640650323fde0d8a6260cf89a51136b7
  Author: Dmitriy Shamatrin <[email protected]>
  Date:   2020-08-06 (Thu, 06 Aug 2020)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/electricflow/ElectricFlowDeployApplication.java
    M 
src/main/java/org/jenkinsci/plugins/electricflow/ElectricFlowPipelinePublisher.java
    M 
src/main/java/org/jenkinsci/plugins/electricflow/ElectricFlowPublishApplication.java
    M 
src/main/java/org/jenkinsci/plugins/electricflow/ElectricFlowRunProcedure.java
    M 
src/main/java/org/jenkinsci/plugins/electricflow/ElectricFlowTriggerRelease.java
    M src/main/java/org/jenkinsci/plugins/electricflow/Utils.java

  Log Message:
  -----------
  Merge pull request #111 from jenkinsci/NTVEPLUGIN-373

NTVEPLUGIN-373 - updated "depend on CD job/pipeline outcome" functionality by 
association of CD job/pipeline outcome "Warning" with CI build result "Unstable"


  Commit: a18ec065eb491340c4eaf3480f1a3e2050bc3df5
      
https://github.com/jenkinsci/electricflow-plugin/commit/a18ec065eb491340c4eaf3480f1a3e2050bc3df5
  Author: Dmitriy Shamatrin <[email protected]>
  Date:   2020-08-06 (Thu, 06 Aug 2020)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/electricflow/ElectricFlowPublishApplication.java

  Log Message:
  -----------
  Merge pull request #113 from jenkinsci/NTVEPLUGIN-158

Fixed the warning that bubbles when manifest is located in non-root path of the 
workspace


Compare: 
https://github.com/jenkinsci/electricflow-plugin/compare/bccdc55b9c9c...a18ec065eb49

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/electricflow-plugin/push/refs/heads/NTVEPLUGIN-351/bccdc5-a18ec0%40github.com.

Reply via email to