diff options
author | Thomas Duval <thomas.duval@orange.com> | 2018-02-23 11:37:34 +0100 |
---|---|---|
committer | Thomas Duval <thomas.duval@orange.com> | 2018-02-23 11:37:34 +0100 |
commit | dbd38cc0f28257772580d42905d2d398fc1d1705 (patch) | |
tree | 495d4119ae779ec455816fdb0287f88a53bdf5aa /Jenkinsfile | |
parent | c5104c3308f7aa6cb44a678a25c553c027c249be (diff) |
Add unit tests in Jenkins CI
Change-Id: I9a46a6b7400d92d31e99be383a37de44e3459d80
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 42756ece..6bcb8014 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ properties([ ]) node { checkout scm - def packages = ["python_moonutilities","python_moondb","python_moonclient"] + def packages = ["python_moonutilities","python_moondb","python_moonclient","moon_manager","moon_wrapper","moon_authz","moon_interface","moon_orchestrator"] def subtests = [:] for (x in packages) { def pkg = x |