Code Review
/
moon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c5104c3
)
Add unit tests in Jenkins CI
17/52517/1
author
Thomas Duval
<thomas.duval@orange.com>
Fri, 23 Feb 2018 10:37:34 +0000
(11:37 +0100)
committer
Thomas Duval
<thomas.duval@orange.com>
Fri, 23 Feb 2018 10:37:34 +0000
(11:37 +0100)
Change-Id: I9a46a6b7400d92d31e99be383a37de44e3459d80
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
42756ec
..
6bcb801
100644
(file)
--- 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