diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-06-04 08:11:54 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-06-04 08:11:54 -0400 |
commit | 877b429c2c15302b6d98d6187608f5171ca94b30 (patch) | |
tree | 83dab21580b8d18fed9bb3c428c0ccdd6f8a557d /Jenkinsfile | |
parent | 5db703da07a4053e13554939fcad5d77b3f26684 (diff) | |
download | sandbox-877b429c2c15302b6d98d6187608f5171ca94b30.tar.gz |
wtf
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index e345417..709ffa1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,12 +1,18 @@ if (utils.scm_checkout()) return +println('WTF') data_configs = [] +println('WTF') dc = new DataConfig() +println('WTF') dc.insert('test', '{"test":"alive"}') +println('WTF') data_configs += dc +println('WTF') bc = new BuildConfig() +println('WTF') bc.nodetype = 'master' bc.build_mode = 'sandbox' bc.build_cmds = ["echo hello"] |