forked from cloudbees/groovy-cps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove all content and update README to reference jenkinsci/workflow-…
- Loading branch information
Showing
124 changed files
with
2 additions
and
13,287 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,2 @@ | ||
Groovy interpreter that runs Groovy code in the continuation passing style, so that the execution can be | ||
paused any moment and restarted without cooperation from the program being interpreted. | ||
|
||
See the [Pipeline Groovy plugin for Jenkins](https://github.com/jenkinsci/workflow-cps-plugin) for the main use case. | ||
|
||
* [Basics of CPS](doc/cps-basics.md) | ||
* [Continuation, Next, and Env](doc/cps-model.md) and how we interpret Groovy program | ||
* [How interpreted program is represented](doc/block-tree.md) | ||
* [CPS + Sandbox](doc/sandbox.md) | ||
Moved into [Pipeline: Groovy Plugin](https://github.com/jenkinsci/workflow-cps-plugin). | ||
See https://github.com/jenkinsci/workflow-cps-plugin/pull/612. |
This file was deleted.
Oops, something went wrong.
81 changes: 0 additions & 81 deletions
81
dgm-builder/src/main/java/com/cloudbees/groovy/cps/tool/Driver.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.