From 2845ee447f26ece9e11fdb3f424a29f299e39baa Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 4 Jun 2018 14:26:47 -0400 Subject: adsfasd --- Jenkinsfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index a45afdb..8b73dc3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,11 @@ 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_cmds = [ + "echo '{\"test\":\"alive\"}' > test.json", + 'echo {"test2":"alive2"} > test2.json', + 'find .', +] bc.test_artifacts = [dc] matrix = [bc] utils.run(matrix) -- cgit