Skip to content

Commit

Permalink
Re-enabled building reference-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
kpalkowska committed Oct 6, 2020
1 parent 749bc1d commit f644c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pipeline {
}
}
}
/*stage('Build reference-ui') {
stage('Build reference-ui') {
when {
expression {
return "${env.GIT_BRANCH}" == 'master'
Expand All @@ -108,7 +108,7 @@ pipeline {
}
}
}
}
}/*
stage('Sonar analysis') {
steps {
withSonarQubeEnv('Sonar OpenLMIS') {
Expand Down

0 comments on commit f644c10

Please sign in to comment.