We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6411c9a commit 6686015Copy full SHA for 6686015
JenkinsfileRelease
@@ -53,7 +53,7 @@ def testGemLocally()
53
54
stage('test gem locally'){
55
sh "mkdir testReports"
56
- sh "gem install bundler && bundle install"
+ sh "gem install bundler -v 2.0.2 && bundle install"
57
try{
58
sh 'rake test'
59
} finally{
0 commit comments