Skip to content

Commit a16e498

Browse files
update jenkinsfilerelease
1 parent f8d72b1 commit a16e498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JenkinsfileRelease

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def testGemLocally()
4545
}
4646

4747
stage('3:build gem and test'){
48-
docker.image('ruby:2.4').inside('-u root'){
48+
docker.image('ruby:2.7').inside('-u root'){
4949
stage('upload to rubygems'){
5050
sh "gem build aspose_words_cloud.gemspec"
5151
sh "gem install nokogiri -v 1.10.10"
@@ -80,7 +80,7 @@ def publishGem()
8080
}
8181

8282
stage('5:build gem publish'){
83-
docker.image('ruby:2.4').inside('-u root'){
83+
docker.image('ruby:2.7').inside('-u root'){
8484
stage('upload to rubygems'){
8585
sh "gem build aspose_words_cloud.gemspec"
8686
sh "mkdir ~/.gem"

0 commit comments

Comments
 (0)