From bcb6f8a67c0e3e729676419c377b5fc9eb62540a Mon Sep 17 00:00:00 2001 From: Victor Garcia Date: Mon, 30 Jan 2023 11:33:43 +1100 Subject: [PATCH] [TEMPORARY-DISABLE-ANDROID-TESTS] Temporary disable android tests --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 7471ee1e66..ce085b46b5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,6 +21,7 @@ pipeline { } } stage('Instrumented tests') { + when { expression { false } } environment { BROWSERSTACK = credentials('android-browserstack') } @@ -33,6 +34,7 @@ pipeline { } } stage('JaCoCo report') { + when { expression { false } } steps { script { echo 'JaCoCo report' @@ -41,6 +43,7 @@ pipeline { } } stage('Sonarqube') { + when { expression { false } } environment { GIT_BRANCH = "${env.GIT_BRANCH}" // Jenkinsfile considers empty value ('') as null