From 63cfc39d1e64050e20e3185b938b9d57daa9b738 Mon Sep 17 00:00:00 2001 From: Arthur Valin Date: Tue, 14 Jan 2025 11:02:34 +0100 Subject: [PATCH] chore(#CON-243): fix Jenkinsfile (#12) Reviewed-on: https://gitea.openium.fr/openium/consentium.droid/pulls/12 Reviewed-by: Louis Legrand --- Jenkinsfile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ba3737b..cd7286d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,16 @@ library "openiumpipeline" -openiumDroidJob() +openiumDroidJob modules: [ + "consentium": [ + instrumentationTest: false, + unitTest: false, + ], + "consentium-ui": [ + instrumentationTest: false, + unitTest: false, + ], + "app": [ + instrumentationTest: false, + unitTest: false, + ], +]