diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-06-04 12:04:06 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-06-04 12:04:06 -0400 |
commit | bf127f2ea649ca8a1dc4bd5c2cf4e09bde08193f (patch) | |
tree | afc1626d470a380a3d6f952009a493775b7da36b | |
parent | df762e7477b35753d632d2c0a3b13eef2a834621 (diff) | |
download | sandbox-bf127f2ea649ca8a1dc4bd5c2cf4e09bde08193f.tar.gz |
adsfasd
-rw-r--r-- | Jenkinsfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index e111e28..88131a4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,11 @@ if (utils.scm_checkout()) return +dc = new DataConfig() +dc.insert('test', '{"test":"testing"}') bc = new BuildConfig() bc.nodetype = 'linux' bc.build_mode = 'example' bc.build_cmds = ["echo hello"] +bc.test_artifacts = [dc] matrix = [bc] utils.run(matrix) |