diff options
-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) |