diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-06-04 15:57:05 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-06-04 15:57:05 -0400 |
commit | 7fb89507eece5ebf8ad6b640373419c1414dce97 (patch) | |
tree | d56510772fbed09dc121bbd26f8f9f9f6e83db53 | |
parent | 43dfa87c43284ab190ff84537cd72807562a8f79 (diff) | |
download | sandbox-7fb89507eece5ebf8ad6b640373419c1414dce97.tar.gz |
asdfasdfasd
-rw-r--r-- | Jenkinsfile | 25 |
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' |