Skip to content

Commit

Permalink
[ENABLE-ANDROID-TESTS] Enable android tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed Jan 30, 2023
1 parent de0e445 commit 47e25dc
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 47e25dc

Please sign in to comment.