Branch: refs/heads/master
Home: https://github.com/jenkinsci/workflow-job-plugin
Commit: ed8783e58f8718714e0bb5b82a7e6183fd77a44e
https://github.com/jenkinsci/workflow-job-plugin/commit/ed8783e58f8718714e0bb5b82a7e6183fd77a44e
Author: Jesse Glick <[email protected]>
Date: 2016-08-03 (Wed, 03 Aug 2016)
Changed paths:
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/views/FlowGraphAction.java
M src/main/resources/org/jenkinsci/plugins/workflow/job/Messages.properties
R src/test/java/org/jenkinsci/plugins/workflow/ReverseBuildTriggerTest.java
R src/test/java/org/jenkinsci/plugins/workflow/WorkflowRunRestartTest.java
R src/test/java/org/jenkinsci/plugins/workflow/WorkflowRunTest.java
A
src/test/java/org/jenkinsci/plugins/workflow/job/ReverseBuildTriggerTest.java
A
src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunRestartTest.java
A src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java
A
src/test/java/org/jenkinsci/plugins/workflow/job/properties/DisableConcurrentBuildsJobPropertyTest.java
A
src/test/java/org/jenkinsci/plugins/workflow/job/properties/MockTrigger.java
A
src/test/java/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobPropertyTest.java
R
src/test/java/org/jenkinsci/plugins/workflow/properties/DisableConcurrentBuildsJobPropertyTest.java
R src/test/java/org/jenkinsci/plugins/workflow/properties/MockTrigger.java
R
src/test/java/org/jenkinsci/plugins/workflow/properties/PipelineTriggersJobPropertyTest.java
Log Message:
-----------
Overdue TODO comments, -source 7 updates, etc.
Commit: 18556007dc8e17607dbdf8095c47fd4d0884afe9
https://github.com/jenkinsci/workflow-job-plugin/commit/18556007dc8e17607dbdf8095c47fd4d0884afe9
Author: Jesse Glick <[email protected]>
Date: 2016-08-03 (Wed, 03 Aug 2016)
Changed paths:
R
src/test/resources/org/jenkinsci/plugins/workflow/WorkflowRunTest/loadMigratedBuildRecord.zip
A
src/test/resources/org/jenkinsci/plugins/workflow/job/WorkflowRunTest/loadMigratedBuildRecord.zip
A
src/test/resources/org/jenkinsci/plugins/workflow/job/properties/DisableConcurrentBuildsJobPropertyTest/concurrentBuildsMigrationFromFalse.zip
A
src/test/resources/org/jenkinsci/plugins/workflow/job/properties/DisableConcurrentBuildsJobPropertyTest/concurrentBuildsMigrationOnByDefault.zip
A
src/test/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobPropertyTest/triggerMigration.zip
R
src/test/resources/org/jenkinsci/plugins/workflow/properties/DisableConcurrentBuildsJobPropertyTest/concurrentBuildsMigrationFromFalse.zip
R
src/test/resources/org/jenkinsci/plugins/workflow/properties/DisableConcurrentBuildsJobPropertyTest/concurrentBuildsMigrationOnByDefault.zip
R
src/test/resources/org/jenkinsci/plugins/workflow/properties/PipelineTriggersJobPropertyTest/triggerMigration.zip
Log Message:
-----------
Forgot to move test resources to match.
Commit: 3c756e31cb798317a705d9ffa8b358d1459af35e
https://github.com/jenkinsci/workflow-job-plugin/commit/3c756e31cb798317a705d9ffa8b358d1459af35e
Author: Jesse Glick <[email protected]>
Date: 2016-08-03 (Wed, 03 Aug 2016)
Changed paths:
M
src/test/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobPropertyTest/triggerMigration.zip
Log Message:
-----------
MockTrigger changed packages.
@abayer if your @LocalData ZIP contains class names from test sources
themselves,
it is wiser to use an unpacked $JENKINS_HOME (just need an empty root
config.xml).
Commit: e15096f60f9e1456c7742ef1bf8ca8325cb8141a
https://github.com/jenkinsci/workflow-job-plugin/commit/e15096f60f9e1456c7742ef1bf8ca8325cb8141a
Author: Jesse Glick <[email protected]>
Date: 2016-08-08 (Mon, 08 Aug 2016)
Changed paths:
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/views/FlowGraphAction.java
M src/main/resources/org/jenkinsci/plugins/workflow/job/Messages.properties
R src/test/java/org/jenkinsci/plugins/workflow/ReverseBuildTriggerTest.java
R src/test/java/org/jenkinsci/plugins/workflow/WorkflowRunRestartTest.java
R src/test/java/org/jenkinsci/plugins/workflow/WorkflowRunTest.java
A
src/test/java/org/jenkinsci/plugins/workflow/job/ReverseBuildTriggerTest.java
A
src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunRestartTest.java
A src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java
A
src/test/java/org/jenkinsci/plugins/workflow/job/properties/DisableConcurrentBuildsJobPropertyTest.java
A
src/test/java/org/jenkinsci/plugins/workflow/job/properties/MockTrigger.java
A
src/test/java/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobPropertyTest.java
R
src/test/java/org/jenkinsci/plugins/workflow/properties/DisableConcurrentBuildsJobPropertyTest.java
R src/test/java/org/jenkinsci/plugins/workflow/properties/MockTrigger.java
R
src/test/java/org/jenkinsci/plugins/workflow/properties/PipelineTriggersJobPropertyTest.java
R
src/test/resources/org/jenkinsci/plugins/workflow/WorkflowRunTest/loadMigratedBuildRecord.zip
A
src/test/resources/org/jenkinsci/plugins/workflow/job/WorkflowRunTest/loadMigratedBuildRecord.zip
A
src/test/resources/org/jenkinsci/plugins/workflow/job/properties/DisableConcurrentBuildsJobPropertyTest/concurrentBuildsMigrationFromFalse.zip
A
src/test/resources/org/jenkinsci/plugins/workflow/job/properties/DisableConcurrentBuildsJobPropertyTest/concurrentBuildsMigrationOnByDefault.zip
A
src/test/resources/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobPropertyTest/triggerMigration.zip
R
src/test/resources/org/jenkinsci/plugins/workflow/properties/DisableConcurrentBuildsJobPropertyTest/concurrentBuildsMigrationFromFalse.zip
R
src/test/resources/org/jenkinsci/plugins/workflow/properties/DisableConcurrentBuildsJobPropertyTest/concurrentBuildsMigrationOnByDefault.zip
R
src/test/resources/org/jenkinsci/plugins/workflow/properties/PipelineTriggersJobPropertyTest/triggerMigration.zip
Log Message:
-----------
Merge pull request #14 from jglick/updates
Overdue TODO comments, -source 7 updates, etc.
Compare:
https://github.com/jenkinsci/workflow-job-plugin/compare/8647e9ba8659...e15096f60f9e
--
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.