From 72079725c20bfa6b7ff78e0e68f0e09b5e0e865c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 4 Jun 2018 14:23:16 -0400 Subject: adsfasd --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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) -- cgit