Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit 23607e5

Browse files
authored
Merge pull request #124 from dwnusbaum/archive
Remove all content and update README to reference jenkinsci/workflow-cps-plugin#612
2 parents bd35d05 + ee8600b commit 23607e5

File tree

124 files changed

+2
-13287
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+2
-13287
lines changed

LICENSE.txt

-177
This file was deleted.

README.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
1-
Groovy interpreter that runs Groovy code in the continuation passing style, so that the execution can be
2-
paused any moment and restarted without cooperation from the program being interpreted.
3-
4-
See the [Pipeline Groovy plugin for Jenkins](https://github.com/jenkinsci/workflow-cps-plugin) for the main use case.
5-
6-
* [Basics of CPS](doc/cps-basics.md)
7-
* [Continuation, Next, and Env](doc/cps-model.md) and how we interpret Groovy program
8-
* [How interpreted program is represented](doc/block-tree.md)
9-
* [CPS + Sandbox](doc/sandbox.md)
1+
Moved into [Pipeline: Groovy Plugin](https://github.com/jenkinsci/workflow-cps-plugin).
2+
See https://github.com/jenkinsci/workflow-cps-plugin/pull/612.

dgm-builder/pom.xml

-84
This file was deleted.

dgm-builder/src/main/java/com/cloudbees/groovy/cps/tool/Driver.java

-81
This file was deleted.

0 commit comments

Comments
 (0)