Skip to content

Commit

Permalink
Update Jenkins to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dnoneill authored Jun 17, 2024
1 parent f699a5c commit 5de2eb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1.2@content_search --create
rvm use 3.3.1@content_search --create
gem install bundler
bundle install --without production
Expand Down Expand Up @@ -67,7 +67,7 @@ pipeline {
export DEPLOY=1
# Load RVM
rvm use 3.1.2@content_search --create
rvm use 3.3.1@content_search --create
gem install bundler
bundle install --without production
Expand Down Expand Up @@ -112,7 +112,7 @@ pipeline {
export REVISION=$TAG_NAME
# Load RVM
rvm use 3.1.2@content_search --create
rvm use 3.3.1@content_search --create
gem install bundler
bundle install --without production
Expand Down

0 comments on commit 5de2eb1

Please sign in to comment.