From 7fb89507eece5ebf8ad6b640373419c1414dce97 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 4 Jun 2018 15:57:05 -0400 Subject: asdfasdfasd --- Jenkinsfile | 25 ------------------------- 1 file changed, 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' -- cgit