chore(#CON-243): fix Jenkinsfile #12

Merged
a.valin merged 1 commits from chore/CON-243 into develop 2025-01-14 11:02:34 +01:00
Showing only changes of commit cd8905a8bc - Show all commits

15
Jenkinsfile vendored
View File

@ -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,
],
]