diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-06-04 14:23:16 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-06-04 14:23:16 -0400 |
commit | 72079725c20bfa6b7ff78e0e68f0e09b5e0e865c (patch) | |
tree | 975a019b2f56596241de9d1934592b6c9d839e68 | |
parent | bf127f2ea649ca8a1dc4bd5c2cf4e09bde08193f (diff) | |
download | sandbox-72079725c20bfa6b7ff78e0e68f0e09b5e0e865c.tar.gz |
adsfasd
-rw-r--r-- | Jenkinsfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 88131a4..a45afdb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,7 @@ bc = new BuildConfig() bc.nodetype = 'linux' bc.build_mode = 'example' bc.build_cmds = ["echo hello"] +bc.test_cmds = ["echo '{\"test\":\"alive\"}' > test.json"] bc.test_artifacts = [dc] matrix = [bc] utils.run(matrix) |