Skip to content

Commit

Permalink
Merge pull request #990 from sul-dlss/jenkins-ruby
Browse files Browse the repository at this point in the history
Use ruby 3.2.2 in jenkins scripts
  • Loading branch information
corylown authored Oct 18, 2023
2 parents d19853a + c25e637 commit fd999c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pipeline {
export DEPLOY=1
# Load RVM
rvm use 3.0.3@mylibrary --create
rvm use 3.2.2@mylibrary --create
gem install bundler
bundle install --without "production symphony"
Expand Down Expand Up @@ -67,7 +67,7 @@ pipeline {
export DEPLOY=1
# Load RVM
rvm use 3.0.3@mylibrary --create
rvm use 3.2.2@mylibrary --create
gem install bundler
bundle install --without "production symphony"
Expand Down Expand Up @@ -111,7 +111,7 @@ pipeline {
export DEPLOY=1
# Load RVM
rvm use 3.0.3@mylibrary --create
rvm use 3.2.2@mylibrary --create
gem install bundler
bundle install --without "production symphony"
Expand Down Expand Up @@ -156,7 +156,7 @@ pipeline {
export REVISION=$TAG_NAME
# Load RVM
rvm use 3.0.3@mylibrary --create
rvm use 3.2.2@mylibrary --create
gem install bundler
bundle install --without "production symphony"
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile-Folio-Update
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pipeline {
export HUB_CONFIG=/ci/home/config/hub

# Load RVM
rvm use 3.0.3@mylibrary --create
rvm use 3.2.2@mylibrary --create
gem install bundler

bundle install --without "production symphony"
Expand Down

0 comments on commit fd999c8

Please sign in to comment.