Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-job-plugin
  Commit: d6d948d169eb57683a41e075209ffcb9aee72466
      
https://github.com/jenkinsci/workflow-job-plugin/commit/d6d948d169eb57683a41e075209ffcb9aee72466
  Author: Sam Van Oort <samvano...@gmail.com>
  Date:   2017-12-21 (Thu, 21 Dec 2017)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java

  Log Message:
  -----------
  Revert "Merge pull request #82 from svanoort/restore-core-version-sanity"

This reverts commit 2dfc94ac80bc02fbf560328bb098f08a736a9063, reversing
changes made to f3f45712196c9bea60101dbc8b804f6309f69cf2.


  Commit: e4fc8e6310f353d5604c38bdf1d6678565bd88b9
      
https://github.com/jenkinsci/workflow-job-plugin/commit/e4fc8e6310f353d5604c38bdf1d6678565bd88b9
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2018-06-20 (Wed, 20 Jun 2018)

  Changed paths:
    A .mvn/extensions.xml
    A .mvn/maven.config
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
    M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
    M 
src/main/java/org/jenkinsci/plugins/workflow/job/console/WorkflowRunConsoleNote.java
    A 
src/main/java/org/jenkinsci/plugins/workflow/job/properties/DisableResumeJobProperty.java
    A 
src/main/java/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty.java
    M 
src/main/java/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty.java
    M src/main/resources/org/jenkinsci/plugins/workflow/job/Messages.properties
    A 
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/DisableResumeJobProperty/config-details.jelly
    A 
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty/config-details.jelly
    A 
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty/help.html
    A src/test/java/org/jenkinsci/plugins/workflow/job/MemoryCleanupTest.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunRestartTest.java
    M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java
    A 
src/test/java/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobPropertyTest.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobPropertyTest.java

  Log Message:
  -----------
  Merge branch 'master' into reset-to-core-2.76


  Commit: 860827b6bd1e7b1a96e0cd1e40bb0889db84e782
      
https://github.com/jenkinsci/workflow-job-plugin/commit/860827b6bd1e7b1a96e0cd1e40bb0889db84e782
  Author: Devin Nusbaum <dwnusb...@users.noreply.github.com>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M .mvn/extensions.xml
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
    A 
src/main/java/org/jenkinsci/plugins/workflow/job/console/NewNodeConsoleNote.java
    R 
src/main/java/org/jenkinsci/plugins/workflow/job/console/WorkflowConsoleLogger.java
    R 
src/main/java/org/jenkinsci/plugins/workflow/job/console/WorkflowMetadataConsoleFilter.java
    M 
src/main/java/org/jenkinsci/plugins/workflow/job/console/WorkflowRunConsoleNote.java
    M 
src/main/java/org/jenkinsci/plugins/workflow/job/properties/DisableConcurrentBuildsJobProperty.java
    M 
src/main/java/org/jenkinsci/plugins/workflow/job/properties/DisableResumeJobProperty.java
    M 
src/main/java/org/jenkinsci/plugins/workflow/job/properties/DurabilityHintJobProperty.java
    M 
src/main/java/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty.java
    R 
src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/configure-entries_zh_CN.properties
    R 
src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/main_zh_CN.properties
    R 
src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/sidepanel_zh_CN.properties
    M 
src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowRun/sidepanel.jelly
    A 
src/main/resources/org/jenkinsci/plugins/workflow/job/console/NewNodeConsoleNote/script.js
    A 
src/main/resources/org/jenkinsci/plugins/workflow/job/console/NewNodeConsoleNote/style.css
    A 
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/Messages.properties
    A 
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/Messages_zh_CN.properties
    R 
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty/config_zh_CN.properties
    R 
src/main/resources/org/jenkinsci/plugins/workflow/job/views/FlowGraphAction/index_zh_CN.properties
    R 
src/main/resources/org/jenkinsci/plugins/workflow/job/views/FlowGraphTableAction/index_zh_CN.properties
    A src/test/java/org/jenkinsci/plugins/workflow/job/CpsPersistenceTest.java
    M 
src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunRestartTest.java
    M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java
    A 
src/test/java/org/jenkinsci/plugins/workflow/job/console/DefaultLogStorageTest.java
    A 
src/test/java/org/jenkinsci/plugins/workflow/job/console/NewNodeConsoleNoteTest.java
    A 
src/test/java/org/jenkinsci/plugins/workflow/job/console/TaskListenerDecoratorTest.java
    A 
src/test/resources/org/jenkinsci/plugins/workflow/job/WorkflowRunTest/stepRunningAcrossUpgrade.zip

  Log Message:
  -----------
  Merge branch 'master' into reset-to-core-2.76


  Commit: cf7488798cc623e29f447fb53e2a7ebc001697e8
      
https://github.com/jenkinsci/workflow-job-plugin/commit/cf7488798cc623e29f447fb53e2a7ebc001697e8
  Author: Sam Van Oort <samvano...@gmail.com>
  Date:   2018-10-30 (Tue, 30 Oct 2018)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java

  Log Message:
  -----------
  Merge pull request #83 from svanoort/reset-to-core-2.76

Revert "Merge pull request #82" - restores cleanup code that requires core 2.76


Compare: 
https://github.com/jenkinsci/workflow-job-plugin/compare/d26a0ea4690c...cf7488798cc6
      **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.

Reply via email to