Skip to content

Commit

Permalink
[TEMPORARY-DISABLE-ANDROID-TESTS] Temporary disable android tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed Jan 30, 2023
1 parent 1267d6e commit bcb6f8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pipeline {
}
}
stage('Instrumented tests') {
when { expression { false } }
environment {
BROWSERSTACK = credentials('android-browserstack')
}
Expand All @@ -33,6 +34,7 @@ pipeline {
}
}
stage('JaCoCo report') {
when { expression { false } }
steps {
script {
echo 'JaCoCo report'
Expand All @@ -41,6 +43,7 @@ pipeline {
}
}
stage('Sonarqube') {
when { expression { false } }
environment {
GIT_BRANCH = "${env.GIT_BRANCH}"
// Jenkinsfile considers empty value ('') as null
Expand Down

0 comments on commit bcb6f8a

Please sign in to comment.