Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-basic-steps-plugin
  Commit: 3a8abbce2d19f08ed1151056f66ee4a8d9f9e5ac
      
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/3a8abbce2d19f08ed1151056f66ee4a8d9f9e5ac
  Author: Tim Van Holder <tim.vanhol...@gmail.com>
  Date:   2020-06-07 (Sun, 07 Jun 2020)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/workflow/steps/CoreStep.java
    M src/test/java/org/jenkinsci/plugins/workflow/steps/CoreStepTest.java

  Log Message:
  -----------
  JENKINS-29144: Extend CoreStep to also pass EnvVars to SimpleBuildStep.

Builds on https://github.com/jenkinsci/jenkins/pull/4766 (incremental version 
2.240-rc30032.5a9c198e2a33).

Note: I'm getting test failures from CatchErrorStepTest.optionalMessage(), but 
that doesn't involve CoreStep, so is probably caused by something else in 
current Jenkins master.


  Commit: b4739fc2982d946e08c4cc7e3ef8fc4bbf094b20
      
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/b4739fc2982d946e08c4cc7e3ef8fc4bbf094b20
  Author: Tim Van Holder <tim.vanhol...@gmail.com>
  Date:   2020-06-08 (Mon, 08 Jun 2020)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/workflow/steps/PwdStep.java

  Log Message:
  -----------
  Avoid null pointer exception in PwdStep.


  Commit: 13a0967f2ce9e1660017ca010ce4ac4bf1f8401e
      
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/13a0967f2ce9e1660017ca010ce4ac4bf1f8401e
  Author: Tim Van Holder <tim.vanhol...@gmail.com>
  Date:   2020-06-08 (Mon, 08 Jun 2020)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/workflow/steps/CatchErrorStepTest.java

  Log Message:
  -----------
  Disabled a failing unit test.


  Commit: 1a542704f4a5d7795473395057d8a4389a66263c
      
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/1a542704f4a5d7795473395057d8a4389a66263c
  Author: Tim Van Holder <tim.vanhol...@gmail.com>
  Date:   2020-06-08 (Mon, 08 Jun 2020)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update to plugin-parent 4.1.

This allowed dropping manual attempts at resolving dependency conflicts.

Unfortunate side effect is that IntelliJ no longer resolves the dependencies, 
breaking code completion and navigation.


  Commit: a1487ecccd43556a106eec1ef16ea6146e308e83
      
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/a1487ecccd43556a106eec1ef16ea6146e308e83
  Author: Tim Van Holder <tim.vanhol...@gmail.com>
  Date:   2020-06-08 (Mon, 08 Jun 2020)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/workflow/steps/CatchErrorStepTest.java

  Log Message:
  -----------
  Re-enabled the optionalMessage test.

The feature is still broken, but with the latest plugin parent, the test
passes again.


  Commit: 8b676e7ffd9ee0495da3b12bb32585d0bae9ee6b
      
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/8b676e7ffd9ee0495da3b12bb32585d0bae9ee6b
  Author: Tim Van Holder <tim.vanhol...@gmail.com>
  Date:   2020-06-08 (Mon, 08 Jun 2020)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/workflow/steps/PwdStep.java

  Log Message:
  -----------
  Tweaked PwdStep (exception if a temp dir can't be made).


  Commit: f4e121ef80cf1cf8f13a45c2e8cddfeabddb36e9
      
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/f4e121ef80cf1cf8f13a45c2e8cddfeabddb36e9
  Author: Tim Van Holder <tim.vanhol...@gmail.com>
  Date:   2020-06-08 (Mon, 08 Jun 2020)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/workflow/steps/CoreStepTest.java

  Log Message:
  -----------
  Apply suggested changes.


  Commit: c616c0fcd8c8068915826dfb97a6a1c62405473a
      
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/c616c0fcd8c8068915826dfb97a6a1c62405473a
  Author: Tim Van Holder <tim.vanhol...@gmail.com>
  Date:   2020-06-19 (Fri, 19 Jun 2020)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Use the actual release (2.241).


  Commit: 1166f9d914ebd5fc00841011cb9b14997622d66e
      
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/1166f9d914ebd5fc00841011cb9b14997622d66e
  Author: Tim Van Holder <tim.vanhol...@gmail.com>
  Date:   2020-06-19 (Fri, 19 Jun 2020)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/workflow/steps/CoreStep.java
    M src/test/java/org/jenkinsci/plugins/workflow/steps/CoreStepTest.java

  Log Message:
  -----------
  Drop the requirement for 2.241, going back to 2.164.3.

CoreStep now invokes the correct perform() via reflection.

The unit test is skipped on Jenkins below 2.241.


  Commit: ceb7092dbf7fc85798820f7d6ca1a8c7a7f6c928
      
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/ceb7092dbf7fc85798820f7d6ca1a8c7a7f6c928
  Author: Devin Nusbaum <d.w.nusb...@gmail.com>
  Date:   2020-07-02 (Thu, 02 Jul 2020)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/workflow/steps/PwdStep.java
    M src/test/java/org/jenkinsci/plugins/workflow/steps/CoreStepTest.java

  Log Message:
  -----------
  Change formatting


  Commit: a2a1c92af6ea09b62894697c2680febabd7f06d8
      
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/a2a1c92af6ea09b62894697c2680febabd7f06d8
  Author: Devin Nusbaum <d.w.nusb...@gmail.com>
  Date:   2020-07-02 (Thu, 02 Jul 2020)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/workflow/steps/CoreStep.java
    M src/test/java/org/jenkinsci/plugins/workflow/steps/CoreStepTest.java

  Log Message:
  -----------
  Check for new overload of perform directly instead of checking the Jenkins 
version


  Commit: 23a114a9e0f0b9316909d5581bdc85411fcecd7a
      
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/23a114a9e0f0b9316909d5581bdc85411fcecd7a
  Author: Devin Nusbaum <d.w.nusb...@gmail.com>
  Date:   2020-07-02 (Thu, 02 Jul 2020)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  Update Jenkinsfile


  Commit: 8dbe95de4b0bc9830fd53f88dbb7d146c2b3c9df
      
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/8dbe95de4b0bc9830fd53f88dbb7d146c2b3c9df
  Author: Devin Nusbaum <d.w.nusb...@gmail.com>
  Date:   2020-07-14 (Tue, 14 Jul 2020)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/workflow/steps/WriteFileStep.java

  Log Message:
  -----------
  Suppress false positive warning from SpotBugs on Java 11


  Commit: 31dc085589bb3a9a99c02a67a48767f421967d9c
      
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/31dc085589bb3a9a99c02a67a48767f421967d9c
  Author: Devin Nusbaum <dwnusb...@users.noreply.github.com>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M Jenkinsfile
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/workflow/steps/CoreStep.java
    M src/main/java/org/jenkinsci/plugins/workflow/steps/PwdStep.java
    M src/main/java/org/jenkinsci/plugins/workflow/steps/WriteFileStep.java
    M src/test/java/org/jenkinsci/plugins/workflow/steps/CoreStepTest.java

  Log Message:
  -----------
  Merge pull request #121 from dwnusbaum/JENKINS-29144

[JENKINS-29144] Extend CoreStep to also pass EnvVars to SimpleBuildStep


Compare: 
https://github.com/jenkinsci/workflow-basic-steps-plugin/compare/2c34a5e90b3d...31dc085589bb

-- 
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/workflow-basic-steps-plugin/push/refs/heads/master/2c34a5-31dc08%40github.com.

Reply via email to