Branch: refs/heads/master
Home: https://github.com/jenkinsci/workflow-plugin
Commit: f37973876fb118578e1e6cf32c7b4348394121b2
https://github.com/jenkinsci/workflow-plugin/commit/f37973876fb118578e1e6cf32c7b4348394121b2
Author: Antonio Muñiz <[email protected]>
Date: 2015-08-11 (Tue, 11 Aug 2015)
Changed paths:
A
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/SynchronousNonBlockingStep.java
A
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/SynchronousNonBlockingStepTest.java
M
scm-step/src/main/java/org/jenkinsci/plugins/workflow/steps/scm/SCMStep.java
A
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/AbstractSynchronousNonBlockingStepExecution.java
M
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/AbstractSynchronousStepExecution.java
Log Message:
-----------
[JENKINS-29875] New API for long lived synchronous steps
Commit: e794ec0ac766c4b3e6d53efee72776d53caab0a9
https://github.com/jenkinsci/workflow-plugin/commit/e794ec0ac766c4b3e6d53efee72776d53caab0a9
Author: Antonio Muñiz <[email protected]>
Date: 2015-08-11 (Tue, 11 Aug 2015)
Changed paths:
M COMPATIBILITY.md
Log Message:
-----------
Merge branch 'master' into JENKINS-29875
Commit: 2de99ef92b076228908e18b9bfda97a70de4ad29
https://github.com/jenkinsci/workflow-plugin/commit/2de99ef92b076228908e18b9bfda97a70de4ad29
Author: Antonio Muñiz <[email protected]>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
R
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/SynchronousNonBlockingStep.java
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/SynchronousNonBlockingStepTest.java
Log Message:
-----------
Move test step to the test class
Commit: eb7d841f5c0c4732e695b17dea0d997d3898f594
https://github.com/jenkinsci/workflow-plugin/commit/eb7d841f5c0c4732e695b17dea0d997d3898f594
Author: Antonio Muñiz <[email protected]>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/SynchronousNonBlockingStepTest.java
M
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/AbstractSynchronousNonBlockingStepExecution.java
Log Message:
-----------
Test refactor + static StepRunner
Commit: bfca0a954402055738d117fbc0ae1be395924f72
https://github.com/jenkinsci/workflow-plugin/commit/bfca0a954402055738d117fbc0ae1be395924f72
Author: Antonio Muñiz <[email protected]>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/SynchronousNonBlockingStepTest.java
M
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/AbstractSynchronousNonBlockingStepExecution.java
M
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/AbstractSynchronousStepExecution.java
Log Message:
-----------
Use a custom executor service (with no thread pool limit) + improve javadocs
Commit: a4d193cc81a5fe0c91a861c6a09a93238c259080
https://github.com/jenkinsci/workflow-plugin/commit/a4d193cc81a5fe0c91a861c6a09a93238c259080
Author: Antonio Muñiz <[email protected]>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/SynchronousNonBlockingStepTest.java
M
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/AbstractSynchronousNonBlockingStepExecution.java
Log Message:
-----------
Additional test for Thread interruption checks
Commit: 242a097282d6d583fa220f33ce3ef57fbf402af2
https://github.com/jenkinsci/workflow-plugin/commit/242a097282d6d583fa220f33ce3ef57fbf402af2
Author: Antonio Muñiz <[email protected]>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/SynchronousNonBlockingStepTest.java
Log Message:
-----------
Additional test for parallel steps
Commit: 418c8f802f3d2661974f43a22e14a8e1268b3d40
https://github.com/jenkinsci/workflow-plugin/commit/418c8f802f3d2661974f43a22e14a8e1268b3d40
Author: Antonio Muñiz <[email protected]>
Date: 2015-08-13 (Thu, 13 Aug 2015)
Changed paths:
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/ArtifactArchiverStepExecution.java
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/ArtifactUnarchiverStepExecution.java
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/CoreStep.java
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/FileExistsStep.java
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/MailStep.java
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/ReadFileStep.java
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/ToolStep.java
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/WriteFileStep.java
Log Message:
-----------
Update all steps (except echo, error and pwd)
Commit: 7f875c77b2d315edba852118b9fddabf9a2ca4fb
https://github.com/jenkinsci/workflow-plugin/commit/7f875c77b2d315edba852118b9fddabf9a2ca4fb
Author: Antonio Muñiz <[email protected]>
Date: 2015-08-13 (Thu, 13 Aug 2015)
Changed paths:
M pom.xml
Log Message:
-----------
Set surefire forkCount to 0.5 factor of cores
Commit: 61d730f27e17fe9d3a2df09ce0d94d6cd884ec9f
https://github.com/jenkinsci/workflow-plugin/commit/61d730f27e17fe9d3a2df09ce0d94d6cd884ec9f
Author: Antonio Muñiz <[email protected]>
Date: 2015-08-13 (Thu, 13 Aug 2015)
Changed paths:
M pom.xml
Log Message:
-----------
Revert "Set surefire forkCount to 0.5 factor of cores"
This reverts commit 7f875c77b2d315edba852118b9fddabf9a2ca4fb.
Commit: c1598c491c3c63c1b9749296a64be2a2efdb6974
https://github.com/jenkinsci/workflow-plugin/commit/c1598c491c3c63c1b9749296a64be2a2efdb6974
Author: Antonio Muñiz <[email protected]>
Date: 2015-08-13 (Thu, 13 Aug 2015)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/SynchronousNonBlockingStepTest.java
M
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/AbstractSynchronousNonBlockingStepExecution.java
Log Message:
-----------
Switch to Executors.newCachedThreadPool + fix other review comments
Commit: 2f4a1ee2bbad6b0c0f44310d7d389e5d7cf4de84
https://github.com/jenkinsci/workflow-plugin/commit/2f4a1ee2bbad6b0c0f44310d7d389e5d7cf4de84
Author: Antonio Muñiz <[email protected]>
Date: 2015-08-13 (Thu, 13 Aug 2015)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/SynchronousNonBlockingStepTest.java
M
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/AbstractSynchronousNonBlockingStepExecution.java
Log Message:
-----------
Fix review comments
Commit: ad5a5d1871b7bb1773f1b7daf494702b77bf51e7
https://github.com/jenkinsci/workflow-plugin/commit/ad5a5d1871b7bb1773f1b7daf494702b77bf51e7
Author: Antonio Muñiz <[email protected]>
Date: 2015-08-13 (Thu, 13 Aug 2015)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/SynchronousNonBlockingStepTest.java
Log Message:
-----------
Reminder message
Commit: b9c368babb26221d2700c31fb907e19616b69754
https://github.com/jenkinsci/workflow-plugin/commit/b9c368babb26221d2700c31fb907e19616b69754
Author: Antonio Muñiz <[email protected]>
Date: 2015-08-14 (Fri, 14 Aug 2015)
Changed paths:
M CHANGES.md
M COMPATIBILITY.md
M README.md
A step-api/README.md
M
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/input/InputStepExecution.java
M
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/input/POSTHyperlinkNote.java
Log Message:
-----------
Merge branch 'master' into JENKINS-29875
Commit: 6e7634d750d7c5cd36915039c4c4bc6f2cf1cd75
https://github.com/jenkinsci/workflow-plugin/commit/6e7634d750d7c5cd36915039c4c4bc6f2cf1cd75
Author: Antonio Muñiz <[email protected]>
Date: 2015-08-14 (Fri, 14 Aug 2015)
Changed paths:
M CHANGES.md
Log Message:
-----------
Update CHANGES.md
Commit: 37991a01d20d5087c31b2853c11f1d70be2cd00d
https://github.com/jenkinsci/workflow-plugin/commit/37991a01d20d5087c31b2853c11f1d70be2cd00d
Author: Antonio Muñiz <[email protected]>
Date: 2015-08-14 (Fri, 14 Aug 2015)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/SynchronousNonBlockingStepTest.java
Log Message:
-----------
Add wait for message - deleted by mistake
Commit: 46eedec4cad87ef85fb495b59de8c70bd9368a2f
https://github.com/jenkinsci/workflow-plugin/commit/46eedec4cad87ef85fb495b59de8c70bd9368a2f
Author: Antonio Muñiz <[email protected]>
Date: 2015-08-17 (Mon, 17 Aug 2015)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/SynchronousNonBlockingStepTest.java
Log Message:
-----------
Remove redundant semaphore wait
Commit: 3570b889ca9f0a8492df02d8031fe6fb42131963
https://github.com/jenkinsci/workflow-plugin/commit/3570b889ca9f0a8492df02d8031fe6fb42131963
Author: Jesse Glick <[email protected]>
Date: 2015-08-18 (Tue, 18 Aug 2015)
Changed paths:
M CHANGES.md
A
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/SynchronousNonBlockingStepTest.java
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/ArtifactArchiverStepExecution.java
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/ArtifactUnarchiverStepExecution.java
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/CoreStep.java
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/FileExistsStep.java
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/MailStep.java
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/ReadFileStep.java
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/ToolStep.java
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/WriteFileStep.java
M
scm-step/src/main/java/org/jenkinsci/plugins/workflow/steps/scm/SCMStep.java
A
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/AbstractSynchronousNonBlockingStepExecution.java
M
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/AbstractSynchronousStepExecution.java
Log Message:
-----------
Merge pull request #176 from amuniz/JENKINS-29875
[JENKINS-29875] New API for long lived synchronous steps
Compare:
https://github.com/jenkinsci/workflow-plugin/compare/bfcd19e42d84...3570b889ca9f
--
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].
For more options, visit https://groups.google.com/d/optout.