Branch: refs/heads/master
Home: https://github.com/jenkinsci/workflow-plugin
Commit: 7bc3ff8829b3322551acdaf67a708ea1665392c7
https://github.com/jenkinsci/workflow-plugin/commit/7bc3ff8829b3322551acdaf67a708ea1665392c7
Author: Jesse Glick <[email protected]>
Date: 2016-01-29 (Fri, 29 Jan 2016)
Changed paths:
A
aggregator/src/test/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunActionTest.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
A
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction.java
A cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunCause.java
A
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunFlowFactoryAction.java
A
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction/index.jelly
Log Message:
-----------
First draft of RerunAction.
Commit: 62a7a1e733515c1f6a031b17a1e1fd9bcf7ccd57
https://github.com/jenkinsci/workflow-plugin/commit/62a7a1e733515c1f6a031b17a1e1fd9bcf7ccd57
Author: Jesse Glick <[email protected]>
Date: 2016-01-31 (Sun, 31 Jan 2016)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunActionTest.java
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction.java
A
multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/RerunActionTest.java
Log Message:
-----------
Added test for CpsScmFlowDefinition.
Commit: 451901c3df73946aaadd8a1609ce741354490231
https://github.com/jenkinsci/workflow-plugin/commit/451901c3df73946aaadd8a1609ce741354490231
Author: Jesse Glick <[email protected]>
Date: 2016-02-02 (Tue, 02 Feb 2016)
Changed paths:
M cps/pom.xml
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction.java
M multibranch/pom.xml
M
multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/RerunActionTest.java
M pom.xml
Log Message:
-----------
Minor fix for multibranch support: checkout scm should operate on the
original commit.
Commit: f969b9e19c56b858cbb7a95a8874569d9c4a849a
https://github.com/jenkinsci/workflow-plugin/commit/f969b9e19c56b858cbb7a95a8874569d9c4a849a
Author: Jesse Glick <[email protected]>
Date: 2016-02-02 (Tue, 02 Feb 2016)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunActionTest.java
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction.java
Log Message:
-----------
Also copying ParametersAction.
Commit: 8e686f3d5b28a3c184d02ca96c6d47f5b7ef4756
https://github.com/jenkinsci/workflow-plugin/commit/8e686f3d5b28a3c184d02ca96c6d47f5b7ef4756
Author: Jesse Glick <[email protected]>
Date: 2016-02-02 (Tue, 02 Feb 2016)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunActionTest.java
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction.java
A
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/rerun/Messages.properties
M multibranch/pom.xml
M
multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/RerunActionTest.java
Log Message:
-----------
Added dedicated rerun permission.
Commit: 75e4b7efd54ed26f5e71463dcbccacb6e7493f12
https://github.com/jenkinsci/workflow-plugin/commit/75e4b7efd54ed26f5e71463dcbccacb6e7493f12
Author: Jesse Glick <[email protected]>
Date: 2016-02-02 (Tue, 02 Feb 2016)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunActionTest.java
M
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction/index.jelly
Log Message:
-----------
Basic ACE editor integration.
Commit: 14bba2315bc7d45e90a1f01b3e5a8f765560c584
https://github.com/jenkinsci/workflow-plugin/commit/14bba2315bc7d45e90a1f01b3e5a8f765560c584
Author: Jesse Glick <[email protected]>
Date: 2016-02-02 (Tue, 02 Feb 2016)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunActionTest.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunCause.java
A
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/rerun/RerunCause/description.jelly
Log Message:
-----------
Nicer display of RerunCause.
Commit: 520d70a07740983d58385d914954762abdba258a
https://github.com/jenkinsci/workflow-plugin/commit/520d70a07740983d58385d914954762abdba258a
Author: Jesse Glick <[email protected]>
Date: 2016-02-02 (Tue, 02 Feb 2016)
Changed paths:
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction.java
Log Message:
-----------
Also add UserIdCause.
Commit: db3142a1cf199412df0bb939352515b9f3356544
https://github.com/jenkinsci/workflow-plugin/commit/db3142a1cf199412df0bb939352515b9f3356544
Author: Jesse Glick <[email protected]>
Date: 2016-02-02 (Tue, 02 Feb 2016)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunActionTest.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction.java
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunFlowFactoryAction.java
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/LoadStepExecution.java
M
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction/index.jelly
Log Message:
-----------
Ability to replace loaded scripts too.
Commit: a317e5218af4722663f4fe9b507b312feff5c692
https://github.com/jenkinsci/workflow-plugin/commit/a317e5218af4722663f4fe9b507b312feff5c692
Author: Jesse Glick <[email protected]>
Date: 2016-02-02 (Tue, 02 Feb 2016)
Changed paths:
M pom.xml
Log Message:
-----------
Switching back to released test harness.
Commit: 227c023dc0e2ce3348f98f36aec471eb079ff735
https://github.com/jenkinsci/workflow-plugin/commit/227c023dc0e2ce3348f98f36aec471eb079ff735
Author: Jesse Glick <[email protected]>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M .gitignore
M COMPATIBILITY.md
M basic-steps/CORE-STEPS.md
M cps-global-lib/README.md
M demo/plugins.txt
M multibranch/pom.xml
M
multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject.java
M
multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProjectTest.java
A
support/src/main/java/org/jenkinsci/plugins/workflow/support/actions/NotExecutedNodeAction.java
M
support/src/main/java/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamFlowNodeStorage.java
M
support/src/main/java/org/jenkinsci/plugins/workflow/support/visualization/table/FlowGraphTable.java
M
support/src/main/resources/org/jenkinsci/plugins/workflow/support/visualization/table/FlowGraphTable/ajax.jelly
Log Message:
-----------
Merge branch 'master' into rerun
Commit: 4e73b914ea305937dc6811788f3b7bb3b46386f4
https://github.com/jenkinsci/workflow-plugin/commit/4e73b914ea305937dc6811788f3b7bb3b46386f4
Author: Jesse Glick <[email protected]>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction.java
Log Message:
-----------
Javadoc fix.
Commit: 305e060f454edea6e97b9ffc8534d06aca19e7f8
https://github.com/jenkinsci/workflow-plugin/commit/305e060f454edea6e97b9ffc8534d06aca19e7f8
Author: Jesse Glick <[email protected]>
Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths:
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction.java
Log Message:
-----------
FindBugs
Commit: c3fc804584d3217476e57e11f23033d70f15f687
https://github.com/jenkinsci/workflow-plugin/commit/c3fc804584d3217476e57e11f23033d70f15f687
Author: Jesse Glick <[email protected]>
Date: 2016-02-05 (Fri, 05 Feb 2016)
Changed paths:
M COMPATIBILITY.md
A
api/src/main/java/org/jenkinsci/plugins/workflow/actions/NotExecutedNodeAction.java
R
support/src/main/java/org/jenkinsci/plugins/workflow/support/actions/NotExecutedNodeAction.java
M
support/src/main/java/org/jenkinsci/plugins/workflow/support/storage/SimpleXStreamFlowNodeStorage.java
M
support/src/main/java/org/jenkinsci/plugins/workflow/support/visualization/table/FlowGraphTable.java
Log Message:
-----------
Merge branch 'master' into rerun
Commit: b0ed72621464803fbaded8ad5614cea1a453e47d
https://github.com/jenkinsci/workflow-plugin/commit/b0ed72621464803fbaded8ad5614cea1a453e47d
Author: tfennelly <[email protected]>
Date: 2016-02-06 (Sat, 06 Feb 2016)
Changed paths:
M cps/src/main/js/samples.js
M cps/src/main/js/workflow-editor.js
M
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/config.jelly
M
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction/index.jelly
A cps/src/main/resources/org/jenkinsci/plugins/workflow/editor/taglib
A
cps/src/main/resources/org/jenkinsci/plugins/workflow/editor/workflow-editor.jelly
Log Message:
-----------
Support multiple workflow script editors on a single page
And introduce a <workflow-editor> tag.
Commit: 036c5954841abeb249d99660f5b5447aa2a3deb4
https://github.com/jenkinsci/workflow-plugin/commit/036c5954841abeb249d99660f5b5447aa2a3deb4
Author: Jesse Glick <[email protected]>
Date: 2016-02-06 (Sat, 06 Feb 2016)
Changed paths:
M cps/src/main/js/samples.js
M cps/src/main/js/workflow-editor.js
M
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/config.jelly
M
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction/index.jelly
A cps/src/main/resources/org/jenkinsci/plugins/workflow/editor/taglib
A
cps/src/main/resources/org/jenkinsci/plugins/workflow/editor/workflow-editor.jelly
Log Message:
-----------
Merge branch 'multi-editors' of https://github.com/tfennelly/workflow-plugin
into rerun
Commit: b0f5001fa196d9de4ac954001346d49294cd54c9
https://github.com/jenkinsci/workflow-plugin/commit/b0f5001fa196d9de4ac954001346d49294cd54c9
Author: Jesse Glick <[email protected]>
Date: 2016-02-06 (Sat, 06 Feb 2016)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunActionTest.java
M cps/pom.xml
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunCause.java
A
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction/diff.jelly
M
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/rerun/RerunCause/description.jelly
Log Message:
-----------
Display diff of scripts to original build.
Commit: 4b2307bf73b4fc1dc3c462e1b86aecd4a2cd2deb
https://github.com/jenkinsci/workflow-plugin/commit/4b2307bf73b4fc1dc3c462e1b86aecd4a2cd2deb
Author: Jesse Glick <[email protected]>
Date: 2016-02-07 (Sun, 07 Feb 2016)
Changed paths:
M cps/pom.xml
Log Message:
-----------
Do not pick up old commons-io via diff4j.
Commit: 063257270389fbb208e02dcdbe776f4a23b9a223
https://github.com/jenkinsci/workflow-plugin/commit/063257270389fbb208e02dcdbe776f4a23b9a223
Author: Jesse Glick <[email protected]>
Date: 2016-02-07 (Sun, 07 Feb 2016)
Changed paths:
M demo/README.md
M demo/repo/Jenkinsfile
A demo/repo/servers.groovy
Log Message:
-----------
Split out servers.groovy, the better to demonstrate rerunning.
Commit: 21c9078a00cd15f7c04f7def3b8b833fea06bb92
https://github.com/jenkinsci/workflow-plugin/commit/21c9078a00cd15f7c04f7def3b8b833fea06bb92
Author: Jesse Glick <[email protected]>
Date: 2016-02-07 (Sun, 07 Feb 2016)
Changed paths:
M
multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/RerunActionTest.java
Log Message:
-----------
https://github.com/jenkinsci/matrix-auth-plugin/pull/8 partly fixes the
issue, but not enough.
Commit: 0b1b639e1b14feb1d488e18814487af33be2aec0
https://github.com/jenkinsci/workflow-plugin/commit/0b1b639e1b14feb1d488e18814487af33be2aec0
Author: Jesse Glick <[email protected]>
Date: 2016-02-07 (Sun, 07 Feb 2016)
Changed paths:
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction.java
Log Message:
-----------
Noting JENKINS-31838.
Commit: 74d9e60f49113d5ffa26a042a3030cc8b7575019
https://github.com/jenkinsci/workflow-plugin/commit/74d9e60f49113d5ffa26a042a3030cc8b7575019
Author: Jesse Glick <[email protected]>
Date: 2016-02-07 (Sun, 07 Feb 2016)
Changed paths:
M
multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/RerunActionTest.java
Log Message:
-----------
Investigating JENKINS-31860, have proposed fix.
Commit: 2a0297ebc6b6a108045bb75f26b85b10508f1c8a
https://github.com/jenkinsci/workflow-plugin/commit/2a0297ebc6b6a108045bb75f26b85b10508f1c8a
Author: Jesse Glick <[email protected]>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M CHANGES.md
M COMPATIBILITY.md
M README.md
M aggregator/pom.xml
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/GitStepTest.java
M api/pom.xml
M basic-steps/pom.xml
M cps-global-lib/pom.xml
M cps/pom.xml
M cps/src/main/js/workflow-editor.js
M durable-task-step/pom.xml
M job/pom.xml
M job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java
M multibranch/pom.xml
M pom.xml
M scm-step/pom.xml
M
scm-step/src/main/java/org/jenkinsci/plugins/workflow/steps/scm/GitStep.java
M step-api/pom.xml
R stm/pom.xml
R stm/src/main/java/org/jenkinsci/plugins/workflow/stm/BlockState.java
R stm/src/main/java/org/jenkinsci/plugins/workflow/stm/ChoiceState.java
R stm/src/main/java/org/jenkinsci/plugins/workflow/stm/LinearState.java
R stm/src/main/java/org/jenkinsci/plugins/workflow/stm/STMContext.java
R stm/src/main/java/org/jenkinsci/plugins/workflow/stm/STMExecution.java
R
stm/src/main/java/org/jenkinsci/plugins/workflow/stm/STMFlowDefinition.java
R stm/src/main/java/org/jenkinsci/plugins/workflow/stm/State.java
R stm/src/main/java/org/jenkinsci/plugins/workflow/stm/StepState.java
R stm/src/main/resources/index.jelly
R
stm/src/main/resources/org/jenkinsci/plugins/workflow/stm/BlockState/config.jelly
R
stm/src/main/resources/org/jenkinsci/plugins/workflow/stm/ChoiceState/config.jelly
R
stm/src/main/resources/org/jenkinsci/plugins/workflow/stm/LinearState/linear-state-config.jelly
R
stm/src/main/resources/org/jenkinsci/plugins/workflow/stm/STMFlowDefinition/config.jelly
R
stm/src/main/resources/org/jenkinsci/plugins/workflow/stm/State/state-config.jelly
R
stm/src/main/resources/org/jenkinsci/plugins/workflow/stm/StepState/config.jelly
R stm/src/test/java/org/jenkinsci/plugins/workflow/stm/STMExecutionTest.java
M support/pom.xml
Log Message:
-----------
Merge branch 'master' into rerun
Commit: 4476c755b0a656add8bd545dac7b59310c697c46
https://github.com/jenkinsci/workflow-plugin/commit/4476c755b0a656add8bd545dac7b59310c697c46
Author: Jesse Glick <[email protected]>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunActionTest.java
A
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunCommand.java
M
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/rerun/Messages.properties
Log Message:
-----------
Added CLI command.
Commit: 0a85f5896104d0441caca4795f7506fe24877be2
https://github.com/jenkinsci/workflow-plugin/commit/0a85f5896104d0441caca4795f7506fe24877be2
Author: Jesse Glick <[email protected]>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction.java
M
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction/index.jelly
M
cps/src/main/resources/org/jenkinsci/plugins/workflow/editor/workflow-editor.jelly
Log Message:
-----------
Syntax checking for rerun scripts.
Commit: 0ded23a163be581fa79aa3a376d53ef84d301e66
https://github.com/jenkinsci/workflow-plugin/commit/0ded23a163be581fa79aa3a376d53ef84d301e66
Author: Jesse Glick <[email protected]>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunActionTest.java
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction.java
Log Message:
-----------
Fixing eager registration of permission.
Commit: 9bef6b412197f7f848553f885a0fd67f3f5338a8
https://github.com/jenkinsci/workflow-plugin/commit/9bef6b412197f7f848553f885a0fd67f3f5338a8
Author: Jesse Glick <[email protected]>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/CpsFlowExecutionTest.java
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
Log Message:
-----------
CpsFlowExecution.sandbox was not being serialized.
Commit: 087d3d59dfcf0c2a88daf58a5b32c5265ec9f6e7
https://github.com/jenkinsci/workflow-plugin/commit/087d3d59dfcf0c2a88daf58a5b32c5265ec9f6e7
Author: Jesse Glick <[email protected]>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction/index.jelly
A
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction/index.properties
Log Message:
-----------
Added a little help.
Commit: 91e52d2fc3c61b0f940ec47cb0698129ce358750
https://github.com/jenkinsci/workflow-plugin/commit/91e52d2fc3c61b0f940ec47cb0698129ce358750
Author: Jesse Glick <[email protected]>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
A
aggregator/src/test/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayActionTest.java
R
aggregator/src/test/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunActionTest.java
A
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayAction.java
A
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayCause.java
A
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayCommand.java
A
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayFlowFactoryAction.java
R
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction.java
R cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunCause.java
R
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunCommand.java
R
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/rerun/RerunFlowFactoryAction.java
A
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/replay/Messages.properties
A
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/replay/ReplayAction/diff.jelly
A
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/replay/ReplayAction/index.jelly
A
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/replay/ReplayAction/index.properties
A
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/replay/ReplayCause/description.jelly
R
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/rerun/Messages.properties
R
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction/diff.jelly
R
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction/index.jelly
R
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/rerun/RerunAction/index.properties
R
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/rerun/RerunCause/description.jelly
A
multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/ReplayActionTest.java
R
multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/RerunActionTest.java
Log Message:
-----------
s/rerun/replay/g
Commit: 0912b1033fd067435f8afb2ddb3bea52b04f1742
https://github.com/jenkinsci/workflow-plugin/commit/0912b1033fd067435f8afb2ddb3bea52b04f1742
Author: Jesse Glick <[email protected]>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayCause.java
M
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/replay/ReplayCause/description.jelly
Log Message:
-----------
s/reran/replayed/g
Commit: 11b5e3af3070ce34ba1fec3cb4587c7bb5b0a65f
https://github.com/jenkinsci/workflow-plugin/commit/11b5e3af3070ce34ba1fec3cb4587c7bb5b0a65f
Author: Jesse Glick <[email protected]>
Date: 2016-02-16 (Tue, 16 Feb 2016)
Changed paths:
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayAction.java
Log Message:
-----------
Forgot to move @SuppressFBWarnings.
Commit: b2e61422f8c54d74b56c70c14c0708409305baf5
https://github.com/jenkinsci/workflow-plugin/commit/b2e61422f8c54d74b56c70c14c0708409305baf5
Author: Jesse Glick <[email protected]>
Date: 2016-02-18 (Thu, 18 Feb 2016)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayActionTest.java
M
cps/src/main/resources/org/jenkinsci/plugins/workflow/editor/workflow-editor.jelly
Log Message:
-----------
Disabling ACE editor during functional tests, since it seems to spin off into
hyperspace when run from HtmlUnit’s JavaScript interpreter.
Commit: 480926afa4e03fd552249c65acecc5545990d838
https://github.com/jenkinsci/workflow-plugin/commit/480926afa4e03fd552249c65acecc5545990d838
Author: Jesse Glick <[email protected]>
Date: 2016-02-22 (Mon, 22 Feb 2016)
Changed paths:
M CHANGES.md
M COMPATIBILITY.md
A CONTRIBUTING.md
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/CpsStepContext.java
M
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/StageStepExecution.java
Log Message:
-----------
Merge branch 'master' into rerun
Commit: 74afa8ebf6edb2651dcfc6a64157cdef301bd5b4
https://github.com/jenkinsci/workflow-plugin/commit/74afa8ebf6edb2651dcfc6a64157cdef301bd5b4
Author: Jesse Glick <[email protected]>
Date: 2016-02-22 (Mon, 22 Feb 2016)
Changed paths:
M CHANGES.md
Log Message:
-----------
Changelog entry.
Commit: 345d8f5ef8351e9d038c74a3fc7473b0243a0e7d
https://github.com/jenkinsci/workflow-plugin/commit/345d8f5ef8351e9d038c74a3fc7473b0243a0e7d
Author: Jesse Glick <[email protected]>
Date: 2016-02-22 (Mon, 22 Feb 2016)
Changed paths:
M multibranch/pom.xml
M
multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/ReplayActionTest.java
Log Message:
-----------
With matrix-auth 1.3, can finally make test pass.
Commit: 3ca6d414c9f2963c1022eb7cbac74f595a5d7436
https://github.com/jenkinsci/workflow-plugin/commit/3ca6d414c9f2963c1022eb7cbac74f595a5d7436
Author: Jesse Glick <[email protected]>
Date: 2016-02-23 (Tue, 23 Feb 2016)
Changed paths:
M CHANGES.md
M COMPATIBILITY.md
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/SubversionStepTest.java
M job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
Log Message:
-----------
Merge branch 'master' into rerun
Commit: a1feea55cabc2b1b77c8dcdefa249f646ad5ff7c
https://github.com/jenkinsci/workflow-plugin/commit/a1feea55cabc2b1b77c8dcdefa249f646ad5ff7c
Author: Jesse Glick <[email protected]>
Date: 2016-02-23 (Tue, 23 Feb 2016)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayActionTest.java
M
multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/ReplayActionTest.java
Log Message:
-----------
Adding some comments to tests at @tfennelly’s request.
Commit: 71d187dcbcc4a64ac6043cb25ea594571578002d
https://github.com/jenkinsci/workflow-plugin/commit/71d187dcbcc4a64ac6043cb25ea594571578002d
Author: Jesse Glick <[email protected]>
Date: 2016-02-23 (Tue, 23 Feb 2016)
Changed paths:
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayAction.java
Log Message:
-----------
@tfennelly suggests using redo.png rather than clock.png.
Commit: 3ec0a188fdfd00caf2704cee1e82faee2ea47c5e
https://github.com/jenkinsci/workflow-plugin/commit/3ec0a188fdfd00caf2704cee1e82faee2ea47c5e
Author: Jesse Glick <[email protected]>
Date: 2016-02-23 (Tue, 23 Feb 2016)
Changed paths:
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayAction.java
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayCause.java
Log Message:
-----------
Miscellaneous review comments from @tfennelly.
Commit: bc073d6493f0ba343c16d4d77015cde9ac87f708
https://github.com/jenkinsci/workflow-plugin/commit/bc073d6493f0ba343c16d4d77015cde9ac87f708
Author: Jesse Glick <[email protected]>
Date: 2016-02-23 (Tue, 23 Feb 2016)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayActionTest.java
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayAction.java
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayCommand.java
M
multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/ReplayActionTest.java
Log Message:
-----------
Strengthened tests and some variable renames for @svanoort.
Commit: c6416e00f5b6463e1c36be05a4403f4e4b6d03b0
https://github.com/jenkinsci/workflow-plugin/commit/c6416e00f5b6463e1c36be05a4403f4e4b6d03b0
Author: Jesse Glick <[email protected]>
Date: 2016-02-23 (Tue, 23 Feb 2016)
Changed paths:
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayFlowFactoryAction.java
Log Message:
-----------
More variable renames for @svanoort.
Commit: a62e52a222e9e74932149afd0d56986401490845
https://github.com/jenkinsci/workflow-plugin/commit/a62e52a222e9e74932149afd0d56986401490845
Author: Jesse Glick <[email protected]>
Date: 2016-02-24 (Wed, 24 Feb 2016)
Changed paths:
M CHANGES.md
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/CpsFlowExecutionTest.java
A
aggregator/src/test/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayActionTest.java
M cps/pom.xml
M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
A
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayAction.java
A
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayCause.java
A
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayCommand.java
A
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/replay/ReplayFlowFactoryAction.java
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/LoadStepExecution.java
M cps/src/main/js/samples.js
M cps/src/main/js/workflow-editor.js
M
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/config.jelly
A
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/replay/Messages.properties
A
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/replay/ReplayAction/diff.jelly
A
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/replay/ReplayAction/index.jelly
A
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/replay/ReplayAction/index.properties
A
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/replay/ReplayCause/description.jelly
A cps/src/main/resources/org/jenkinsci/plugins/workflow/editor/taglib
A
cps/src/main/resources/org/jenkinsci/plugins/workflow/editor/workflow-editor.jelly
M demo/README.md
M demo/repo/Jenkinsfile
A demo/repo/servers.groovy
M multibranch/pom.xml
A
multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/ReplayActionTest.java
M pom.xml
Log Message:
-----------
Merge pull request #334 from jglick/rerun
[JENKINS-32727] Rerun a build with script edits
Compare:
https://github.com/jenkinsci/workflow-plugin/compare/a05eb6a10868...a62e52a222e9
--
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.