summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 6c9c6ed..4fe9f3c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,31 +1,6 @@
if (utils.scm_checkout()) return
-def body = """
-{
- "glossary": {
- "title": "example glossary",
- "GlossDiv": {
- "title": "S",
- "GlossList": {
- "GlossEntry": {
- "ID": "SGML",
- "SortAs": "SGML",
- "GlossTerm": "Standard Generalized Markup Language",
- "Acronym": "SGML",
- "Abbrev": "ISO 8879:1986",
- "GlossDef": {
- "para": "A meta-markup language, used to create markup languages such as DocBook.",
- "GlossSeeAlso": ["GML", "XML"]
- },
- "GlossSee": "markup"
- }
- }
- }
- }
-}
-"""
dc = new DataConfig()
-dc.insert('PLZWORK', body)
bc = new BuildConfig()
bc.nodetype = 'linux'
bc.build_mode = 'example'