Skip to content

Commit

Permalink
Merge pull request #1918 from dhis2/enable-android-tests
Browse files Browse the repository at this point in the history
fix: [ENABLE-ANDROID-TESTS] Enable android tests
  • Loading branch information
vgarciabnz authored Jan 31, 2023
2 parents de0e445 + 47e25dc commit b5591b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ pipeline {
}
}
stage('Instrumented tests') {
when { expression { false } }
environment {
BROWSERSTACK = credentials('android-browserstack')
}
Expand All @@ -34,7 +33,6 @@ pipeline {
}
}
stage('JaCoCo report') {
when { expression { false } }
steps {
script {
echo 'JaCoCo report'
Expand All @@ -43,7 +41,6 @@ pipeline {
}
}
stage('Sonarqube') {
when { expression { false } }
environment {
GIT_BRANCH = "${env.GIT_BRANCH}"
// Jenkinsfile considers empty value ('') as null
Expand All @@ -66,7 +63,6 @@ pipeline {
expression { env.CHANGE_ID == null }
anyOf {
expression { env.GIT_BRANCH == "master" }
expression { env.GIT_BRANCH == "1.7.1-rc" }
}
}
}
Expand Down

0 comments on commit b5591b5

Please sign in to comment.