Branch: refs/heads/master
Home: https://github.com/jenkinsci/workflow-plugin
Commit: f55da4b512a9f9b65e823a0b20b7e99f9fae197a
https://github.com/jenkinsci/workflow-plugin/commit/f55da4b512a9f9b65e823a0b20b7e99f9fae197a
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-05-13 (Tue, 13 May 2014)
Changed paths:
M
flow-support/src/main/resources/org/jenkinsci/plugins/workflow/support/visualization/table/FlowGraphTable/ajax.jelly
Log Message:
-----------
should have some minimum padding
Commit: c273639ce015d6ea4a8ea7dadf9794cbb480c9af
https://github.com/jenkinsci/workflow-plugin/commit/c273639ce015d6ea4a8ea7dadf9794cbb480c9af
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-05-13 (Tue, 13 May 2014)
Changed paths:
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
Log Message:
-----------
not giving a name to the Script instance since we aren't using it
Commit: 5c5ea7fdd149806dd2e34e2f49102d5ee4763439
https://github.com/jenkinsci/workflow-plugin/commit/5c5ea7fdd149806dd2e34e2f49102d5ee4763439
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-05-13 (Tue, 13 May 2014)
Changed paths:
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
Log Message:
-----------
looks like this code is no longer needed
Commit: 06e6d648dd1713e0440a5dd90ea2bb0dcf12b8b0
https://github.com/jenkinsci/workflow-plugin/commit/06e6d648dd1713e0440a5dd90ea2bb0dcf12b8b0
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-05-13 (Tue, 13 May 2014)
Changed paths:
M README.md
A cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBuiltinSteps.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsScript.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
M
cps/src/test/groovy/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinitionTest.groovy
M
cps/src/test/groovy/org/jenkinsci/plugins/workflow/cps/LogActionTest.groovy
M
durable-task-step/src/main/java/org/jenkinsci/plugins/workflow/steps/durable_task/DurableTaskStep.java
M
job/src/test/groovy/org/jenkinsci/plugins/workflow/job/WorkflowJobNonRestartingTest.groovy
M job/src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java
M job/src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowTest.java
Log Message:
-----------
'dsl' as the keyword makes no sense.
Instead, let's use 'with' for resources acquiring methods. Also added a
mechanism to define 'built-in' method by automatically doing star static
imports.
This way, built-in involves no magic, and other plugins and contexts can
define their own step groups
Commit: a2dd9791116bb7e311da09d2801366f8eefe3175
https://github.com/jenkinsci/workflow-plugin/commit/a2dd9791116bb7e311da09d2801366f8eefe3175
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-05-13 (Tue, 13 May 2014)
Changed paths:
M README.md
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsScript.java
A
flow-support/src/main/java/org/jenkinsci/plugins/workflow/support/pickles/WorkspaceListLeasePickle.java
R
flow-support/src/main/java/org/jenkinsci/plugins/workflow/support/pickles/WorkspaceListLeaseValue.java
M job/src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java
Log Message:
-----------
Merge branch 'master' of github.com:jenkinsci/workflow-plugin
Conflicts:
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsScript.java
Commit: abe4eced099c3e8efb3fbbc8716b3d87b544a9b6
https://github.com/jenkinsci/workflow-plugin/commit/abe4eced099c3e8efb3fbbc8716b3d87b544a9b6
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-05-13 (Tue, 13 May 2014)
Changed paths:
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
Log Message:
-----------
follow up to the merge
Commit: c4d11123e3ce1eb32e59bac05fa7352fb74c3d44
https://github.com/jenkinsci/workflow-plugin/commit/c4d11123e3ce1eb32e59bac05fa7352fb74c3d44
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-05-13 (Tue, 13 May 2014)
Changed paths:
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsScript.java
Log Message:
-----------
Env should just become binding.
Otherwise these variables become super variables that cannot be overwritten
from the script, which I think is confusing
Commit: e3b022aebfa04c9c5015e95159e4c0fa2bc9fec8
https://github.com/jenkinsci/workflow-plugin/commit/e3b022aebfa04c9c5015e95159e4c0fa2bc9fec8
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-05-13 (Tue, 13 May 2014)
Changed paths:
M job/src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java
Log Message:
-----------
'dsl' is no more
Commit: 0b7bb070328b2247877b6ad7dbeb19d773020531
https://github.com/jenkinsci/workflow-plugin/commit/0b7bb070328b2247877b6ad7dbeb19d773020531
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-05-13 (Tue, 13 May 2014)
Changed paths:
M
flow-support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/WorkspaceStep.java
Log Message:
-----------
Merge branch 'master' of github.com:jenkinsci/workflow-plugin
Commit: 031c22cca2fc21b982fa0eaf7319f79c4ae023a7
https://github.com/jenkinsci/workflow-plugin/commit/031c22cca2fc21b982fa0eaf7319f79c4ae023a7
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-05-13 (Tue, 13 May 2014)
Changed paths:
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBuiltinSteps.java
Log Message:
-----------
groovy expects array
Compare:
https://github.com/jenkinsci/workflow-plugin/compare/2611bcbe036f...031c22cca2fc
--
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.