chore(#CON-243): fix Jenkinsfile
This commit is contained in:
parent
bf5f7b47b7
commit
cd8905a8bc
15
Jenkinsfile
vendored
15
Jenkinsfile
vendored
@ -1,3 +1,16 @@
|
|||||||
library "openiumpipeline"
|
library "openiumpipeline"
|
||||||
|
|
||||||
openiumDroidJob()
|
openiumDroidJob modules: [
|
||||||
|
"consentium": [
|
||||||
|
instrumentationTest: false,
|
||||||
|
unitTest: false,
|
||||||
|
],
|
||||||
|
"consentium-ui": [
|
||||||
|
instrumentationTest: false,
|
||||||
|
unitTest: false,
|
||||||
|
],
|
||||||
|
"app": [
|
||||||
|
instrumentationTest: false,
|
||||||
|
unitTest: false,
|
||||||
|
],
|
||||||
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user