diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-06-04 15:22:56 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-06-04 15:22:56 -0400 |
commit | 403ae9d5b4cf1f35907b93e1a4868dd5447e9efd (patch) | |
tree | 657f8ffc7ae1da12087c7ebcd74c48c9aac1500f | |
parent | 9b206df249903b045135ea4f972e4d8f20e19623 (diff) | |
download | sandbox-403ae9d5b4cf1f35907b93e1a4868dd5447e9efd.tar.gz |
asdfasdfasd
-rw-r--r-- | Jenkinsfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 6fb6ed4..1c477f8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,13 +1,13 @@ if (utils.scm_checkout()) return dc = new DataConfig() -dc.insert('test', '{"test":"testing"}') +dc.insert('test', '[{"test":"testing"}]') bc = new BuildConfig() bc.nodetype = 'linux' bc.build_mode = 'example' bc.build_cmds = ["echo hello"] bc.test_cmds = [ - 'echo {"test2":"alive2"} > test2.json', + 'echo [{"test2":"alive2"}] > test2.json', ] bc.test_artifacts = [dc] matrix = [bc] |