Skip to content

Commit

Permalink
Merge pull request #1916 from dhis2/temporary-disable-android-tests
Browse files Browse the repository at this point in the history
fix: [TEMPORARY-DISABLE-ANDROID-TESTS] Temporary disable android tests
  • Loading branch information
vgarciabnz authored Jan 30, 2023
2 parents 1267d6e + bcb6f8a commit de0e445
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 de0e445

Please sign in to comment.