diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-05-09 21:32:11 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-05-09 21:32:11 -0400 |
commit | 6b3689f35966f048b6b60f6ed3b2f2118fc5b972 (patch) | |
tree | 1878287e8868aba3bdeaa96212925ff7f0e60a8b | |
parent | 80b50fd110850114bfb1b0a7d88e0404960cc4fd (diff) | |
download | sandbox-6b3689f35966f048b6b60f6ed3b2f2118fc5b972.tar.gz |
Initial matrix run
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 8e578d6..df16025 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,5 +13,5 @@ bc.data_upload = [ ], ] -utils.matrix(bc) +utils.run(bc) |