chore(DEVTOOLS-138): update jenkins pipeline to android-v3.0 #14

Merged
a.valin merged 1 commits from chore/DEVTOOLS-138 into develop 2025-01-15 09:17:13 +01:00

14
Jenkinsfile vendored
View File

@ -1,16 +1,16 @@
library "openiumpipeline@android-v2.0"
library "openiumpipeline"
openiumDroidJob modules: [
"consentium": [
instrumentationTest: false,
unitTest: false,
testTasks: [],
unitTestTasks: [],
],
"consentium-ui": [
instrumentationTest: false,
unitTest: false,
testTasks: [],
unitTestTasks: [],
],
"app": [
instrumentationTest: false,
unitTest: false,
testTasks: [],
unitTestTasks: [],
],
]