Branch: refs/heads/master
Home: https://github.com/jenkinsci/workflow-basic-steps-plugin
Commit: fffab03e5969d8f1407e50e7490f56cd00f68184
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/fffab03e5969d8f1407e50e7490f56cd00f68184
Author: Rudolf-Walter Kiss-Szakacs <[email protected]>
Date: 2019-02-17 (Sun, 17 Feb 2019)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepExecution.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepTest.java
Log Message:
-----------
Make it possible to detect source of timeout.
Commit: de630e70a23ef4d2c66089dbdcf2bffd5e7cda8a
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/de630e70a23ef4d2c66089dbdcf2bffd5e7cda8a
Author: Basil Crow <[email protected]>
Date: 2021-05-29 (Sat, 29 May 2021)
Changed paths:
A CHANGELOG.md
M Jenkinsfile
A README.md
M pom.xml
M
src/main/java/org/jenkinsci/plugins/workflow/steps/ArtifactArchiverStep.java
M src/main/java/org/jenkinsci/plugins/workflow/steps/CatchErrorStep.java
A
src/main/java/org/jenkinsci/plugins/workflow/steps/CatchExecutionOptions.java
M src/main/java/org/jenkinsci/plugins/workflow/steps/CoreStep.java
M src/main/java/org/jenkinsci/plugins/workflow/steps/CoreWrapperStep.java
M src/main/java/org/jenkinsci/plugins/workflow/steps/FileExistsStep.java
M src/main/java/org/jenkinsci/plugins/workflow/steps/PushdStep.java
M src/main/java/org/jenkinsci/plugins/workflow/steps/PwdStep.java
M src/main/java/org/jenkinsci/plugins/workflow/steps/RetryStepExecution.java
M
src/main/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepExecution.java
A src/main/java/org/jenkinsci/plugins/workflow/steps/UnstableStep.java
M
src/main/java/org/jenkinsci/plugins/workflow/steps/WaitForConditionStep.java
A src/main/java/org/jenkinsci/plugins/workflow/steps/WarnErrorStep.java
M src/main/java/org/jenkinsci/plugins/workflow/steps/WriteFileStep.java
M
src/main/resources/org/jenkinsci/plugins/workflow/steps/CatchErrorStep/config.jelly
A
src/main/resources/org/jenkinsci/plugins/workflow/steps/CatchErrorStep/help-buildResult.html
A
src/main/resources/org/jenkinsci/plugins/workflow/steps/CatchErrorStep/help-catchInterruptions.html
A
src/main/resources/org/jenkinsci/plugins/workflow/steps/CatchErrorStep/help-message.html
A
src/main/resources/org/jenkinsci/plugins/workflow/steps/CatchErrorStep/help-stageResult.html
M
src/main/resources/org/jenkinsci/plugins/workflow/steps/CatchErrorStep/help.html
M
src/main/resources/org/jenkinsci/plugins/workflow/steps/Messages.properties
A
src/main/resources/org/jenkinsci/plugins/workflow/steps/SleepStep/help-time.html
A
src/main/resources/org/jenkinsci/plugins/workflow/steps/SleepStep/help-unit.html
A
src/main/resources/org/jenkinsci/plugins/workflow/steps/TimeoutStep/help-time.html
A
src/main/resources/org/jenkinsci/plugins/workflow/steps/TimeoutStep/help-unit.html
M
src/main/resources/org/jenkinsci/plugins/workflow/steps/TimeoutStep/help.html
A
src/main/resources/org/jenkinsci/plugins/workflow/steps/UnstableStep/config.jelly
A
src/main/resources/org/jenkinsci/plugins/workflow/steps/UnstableStep/help-message.html
A
src/main/resources/org/jenkinsci/plugins/workflow/steps/UnstableStep/help.html
M
src/main/resources/org/jenkinsci/plugins/workflow/steps/WaitForConditionStep/config.jelly
A
src/main/resources/org/jenkinsci/plugins/workflow/steps/WaitForConditionStep/help-initialRecurrencePeriod.html
A
src/main/resources/org/jenkinsci/plugins/workflow/steps/WaitForConditionStep/help-quiet.html
M
src/main/resources/org/jenkinsci/plugins/workflow/steps/WaitForConditionStep/help.html
A
src/main/resources/org/jenkinsci/plugins/workflow/steps/WarnErrorStep/config.jelly
A
src/main/resources/org/jenkinsci/plugins/workflow/steps/WarnErrorStep/help-catchInterruptions.html
A
src/main/resources/org/jenkinsci/plugins/workflow/steps/WarnErrorStep/help-message.html
A
src/main/resources/org/jenkinsci/plugins/workflow/steps/WarnErrorStep/help.html
M
src/main/resources/org/jenkinsci/plugins/workflow/steps/WithContextStep/help.html
M
src/main/resources/org/jenkinsci/plugins/workflow/support/steps/stash/StashStep/help.html
M
src/test/java/org/jenkinsci/plugins/workflow/steps/ArtifactArchiverStepTest.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/CatchErrorStepTest.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/CoreStepTest.java
M
src/test/java/org/jenkinsci/plugins/workflow/steps/CoreWrapperStepTest.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/DeleteDirStepTest.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/EchoStepTest.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/EnvStepTest.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/FileExistsStepTest.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/PushdStepTest.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/PwdStepTest.java
M
src/test/java/org/jenkinsci/plugins/workflow/steps/ReadWriteFileStepTest.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/RetryStepTest.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepTest.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/ToolStepTest.java
A src/test/java/org/jenkinsci/plugins/workflow/steps/UnstableStepTest.java
M
src/test/java/org/jenkinsci/plugins/workflow/steps/WaitForConditionStepTest.java
A src/test/java/org/jenkinsci/plugins/workflow/steps/WarnErrorStepTest.java
M
src/test/java/org/jenkinsci/plugins/workflow/steps/WithContextStepTest.java
A
src/test/resources/org/jenkinsci/plugins/workflow/steps/CatchErrorStepTest/serialFormWhenBuildResultOptionDidNotExist.zip
A
src/test/resources/org/jenkinsci/plugins/workflow/steps/CatchErrorStepTest/serialFormWhenTypeOfBuildResultFieldWasResult.zip
A
src/test/resources/org/jenkinsci/plugins/workflow/steps/TimeoutStepTest/noImmediateForcibleTerminationOnResume.zip
R
src/test/resources/org/jenkinsci/plugins/workflow/steps/TimeoutStepTest/serialForm/jobs/timeout/builds/1/3.log
R
src/test/resources/org/jenkinsci/plugins/workflow/steps/TimeoutStepTest/serialForm/jobs/timeout/builds/1/5.log
M
src/test/resources/org/jenkinsci/plugins/workflow/steps/TimeoutStepTest/serialForm/jobs/timeout/builds/1/build.xml
M
src/test/resources/org/jenkinsci/plugins/workflow/steps/TimeoutStepTest/serialForm/jobs/timeout/builds/1/log
A
src/test/resources/org/jenkinsci/plugins/workflow/steps/TimeoutStepTest/serialForm/jobs/timeout/builds/1/log-index
M
src/test/resources/org/jenkinsci/plugins/workflow/steps/TimeoutStepTest/serialForm/jobs/timeout/builds/1/program.dat
M
src/test/resources/org/jenkinsci/plugins/workflow/steps/TimeoutStepTest/serialForm/jobs/timeout/builds/1/workflow/2.xml
M
src/test/resources/org/jenkinsci/plugins/workflow/steps/TimeoutStepTest/serialForm/jobs/timeout/builds/1/workflow/3.xml
M
src/test/resources/org/jenkinsci/plugins/workflow/steps/TimeoutStepTest/serialForm/jobs/timeout/builds/1/workflow/4.xml
M
src/test/resources/org/jenkinsci/plugins/workflow/steps/TimeoutStepTest/serialForm/jobs/timeout/builds/1/workflow/5.xml
M
src/test/resources/org/jenkinsci/plugins/workflow/steps/TimeoutStepTest/serialForm/jobs/timeout/config.xml
M
src/test/resources/org/jenkinsci/plugins/workflow/steps/TimeoutStepTest/serialForm/org.jenkinsci.plugins.workflow.flow.FlowExecutionList.xml
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into JENKINS-51454
Commit: 958f5b3d560104b54c92fe002b4306028347c5d6
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/958f5b3d560104b54c92fe002b4306028347c5d6
Author: Basil Crow <[email protected]>
Date: 2021-05-29 (Sat, 29 May 2021)
Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/workflow/steps/RetryStepExecution.java
M
src/main/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepExecution.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/RetryStepTest.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepTest.java
Log Message:
-----------
[JENKINS-51454] Pipeline retry operation doesn't retry when there is a
timeout inside of it
Commit: 0d210788951c5e9c88f09f5c09c936f0cbb0e23f
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/0d210788951c5e9c88f09f5c09c936f0cbb0e23f
Author: Basil Crow <[email protected]>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/steps/RetryStepExecution.java
Log Message:
-----------
Apply suggestions from code review
Co-authored-by: Jesse Glick <[email protected]>
Commit: f3dc53a483f8bc955067920489c9d1936d094c09
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/f3dc53a483f8bc955067920489c9d1936d094c09
Author: Basil Crow <[email protected]>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepExecution.java
Log Message:
-----------
Would make code simpler to just move this into the constructor (and make the
field `final`).
Commit: cd98501da41ebfecaeb8bbe99afb95186f2eef7d
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/cd98501da41ebfecaeb8bbe99afb95186f2eef7d
Author: Basil Crow <[email protected]>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepExecution.java
Log Message:
-----------
Restore no-argument constructor for compatibility
Commit: ca3568be1b874b2fb6fe6f56b68f35be9ecac861
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/ca3568be1b874b2fb6fe6f56b68f35be9ecac861
Author: Basil Crow <[email protected]>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M pom.xml
M
src/main/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepExecution.java
Log Message:
-----------
Better to enhance `TailCall` to make `onFailure` non-`final` so you can call
`super` but still do some special processing with the exception.
Commit: f528b48a0f36de75435b91f3b474a6e7a5cfcfda
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/f528b48a0f36de75435b91f3b474a6e7a5cfcfda
Author: Basil Crow <[email protected]>
Date: 2021-08-01 (Sun, 01 Aug 2021)
Changed paths:
M pom.xml
Log Message:
-----------
jenkinsci/workflow-step-api-plugin#61 and jenkinsci/bom#572 were released
Commit: 843faff5b945c595a8a3b081d7f2bcdb24669a39
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/843faff5b945c595a8a3b081d7f2bcdb24669a39
Author: Basil Crow <[email protected]>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M .mvn/extensions.xml
M pom.xml
M
src/main/java/org/jenkinsci/plugins/workflow/steps/ArtifactArchiverStep.java
M
src/main/java/org/jenkinsci/plugins/workflow/steps/ArtifactUnarchiverStep.java
M src/main/java/org/jenkinsci/plugins/workflow/steps/CatchErrorStep.java
M src/main/java/org/jenkinsci/plugins/workflow/steps/CoreStep.java
M src/main/java/org/jenkinsci/plugins/workflow/steps/CoreWrapperStep.java
M src/main/java/org/jenkinsci/plugins/workflow/steps/PushdStep.java
M src/main/java/org/jenkinsci/plugins/workflow/steps/ToolStep.java
M src/main/java/org/jenkinsci/plugins/workflow/steps/UnstableStep.java
M src/main/java/org/jenkinsci/plugins/workflow/steps/WarnErrorStep.java
M
src/main/java/org/jenkinsci/plugins/workflow/support/steps/stash/StashStep.java
M
src/main/java/org/jenkinsci/plugins/workflow/support/steps/stash/UnstashStep.java
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into JENKINS-51454
Commit: fc9c2c9b713b864d3c4d7a8af7fcb8dea5433335
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/fc9c2c9b713b864d3c4d7a8af7fcb8dea5433335
Author: Basil Crow <[email protected]>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M src/test/java/org/jenkinsci/plugins/workflow/steps/CatchErrorStepTest.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/WarnErrorStepTest.java
Log Message:
-----------
Try to make test less flaky
Commit: e3bbb30fb9a4a65ac21b4cee3fb498cd8d6134a1
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/e3bbb30fb9a4a65ac21b4cee3fb498cd8d6134a1
Author: Basil Crow <[email protected]>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepExecution.java
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into JENKINS-51454
Commit: 78e3743af277f56c157bbb9351bbb25456c9a527
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/78e3743af277f56c157bbb9351bbb25456c9a527
Author: Basil Crow <[email protected]>
Date: 2021-08-14 (Sat, 14 Aug 2021)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/steps/RetryStepExecution.java
Log Message:
-----------
Update
src/main/java/org/jenkinsci/plugins/workflow/steps/RetryStepExecution.java
Co-authored-by: Devin Nusbaum <[email protected]>
Commit: e51738df09c8b76ab8987575292142041ee9cb04
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/e51738df09c8b76ab8987575292142041ee9cb04
Author: Basil Crow <[email protected]>
Date: 2021-08-14 (Sat, 14 Aug 2021)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/steps/RetryStepExecution.java
Log Message:
-----------
Add missing import
Commit: dcf817608f38694fa932f3ab9d7b621d2908716f
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/dcf817608f38694fa932f3ab9d7b621d2908716f
Author: Basil Crow <[email protected]>
Date: 2021-08-14 (Sat, 14 Aug 2021)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepExecution.java
Log Message:
-----------
Devin thinks it would make more sense to call this at the end of the method
rather than the start so that the exception is updated before
`context.onFailure(t)` is called in the superclass.
Commit: 9cac19f53264483a96313d0bc8a594807031b411
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/9cac19f53264483a96313d0bc8a594807031b411
Author: Basil Crow <[email protected]>
Date: 2021-08-14 (Sat, 14 Aug 2021)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepExecution.java
Log Message:
-----------
Update comment
Commit: bd9826307c87984fd35ba6b5280e93bf1a052c3f
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/bd9826307c87984fd35ba6b5280e93bf1a052c3f
Author: Basil Crow <[email protected]>
Date: 2021-08-14 (Sat, 14 Aug 2021)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepExecution.java
Log Message:
-----------
Add a system property to revert to the old behavior in case it causes
problems for some users.
Commit: 21b4d3e42d3f0622e6ae10b596a111be9994eca5
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/21b4d3e42d3f0622e6ae10b596a111be9994eca5
Author: Basil Crow <[email protected]>
Date: 2021-08-14 (Sat, 14 Aug 2021)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepExecution.java
Log Message:
-----------
Suppress false positive in SpotBugs
Commit: 976f7a98625ebdeb281b06e12f66c7c7638f96f7
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/976f7a98625ebdeb281b06e12f66c7c7638f96f7
Author: Basil Crow <[email protected]>
Date: 2021-08-14 (Sat, 14 Aug 2021)
Changed paths:
M
src/test/java/org/jenkinsci/plugins/workflow/support/steps/stash/StashTest.java
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into JENKINS-51454
Commit: 65d323d0bb733834c3b10569fec87e655257b9e3
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/65d323d0bb733834c3b10569fec87e655257b9e3
Author: Carroll Chiou <[email protected]>
Date: 2021-08-16 (Mon, 16 Aug 2021)
Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/steps/RetryStepExecution.java
M
src/main/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepExecution.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/CatchErrorStepTest.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/RetryStepTest.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepTest.java
M src/test/java/org/jenkinsci/plugins/workflow/steps/WarnErrorStepTest.java
Log Message:
-----------
Merge pull request #144 from basil/JENKINS-51454
[JENKINS-51454] Pipeline retry operation doesn't retry when there is a timeout
inside of it
Compare:
https://github.com/jenkinsci/workflow-basic-steps-plugin/compare/12816c1c23cc...65d323d0bb73
--
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/workflow-basic-steps-plugin/push/refs/heads/master/12816c-65d323%40github.com.