Skip to content

Commit

Permalink
jenkins mongo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
witmicko committed Jan 5, 2018
1 parent f608ca1 commit 20c1ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ node('nodejs6') {
}

stage('Acceptance Tests') {
withOpenshiftServices(['mongodb']) {
withOpenshiftServices(['mongodb32']) {
sh 'grunt fh:accept'
}
}
Expand Down

0 comments on commit 20c1ba4

Please sign in to comment.