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 f8d72b1 commit a16e498Copy full SHA for a16e498
JenkinsfileRelease
@@ -45,7 +45,7 @@ def testGemLocally()
45
}
46
47
stage('3:build gem and test'){
48
- docker.image('ruby:2.4').inside('-u root'){
+ docker.image('ruby:2.7').inside('-u root'){
49
stage('upload to rubygems'){
50
sh "gem build aspose_words_cloud.gemspec"
51
sh "gem install nokogiri -v 1.10.10"
@@ -80,7 +80,7 @@ def publishGem()
80
81
82
stage('5:build gem publish'){
83
84
85
86
sh "mkdir ~/.gem"
0 commit comments