From 5de2eb1e1704d1f58accc608df6b1df025f380e1 Mon Sep 17 00:00:00 2001 From: dnoneill Date: Mon, 17 Jun 2024 13:36:09 -0400 Subject: [PATCH] Update Jenkins to 3.3.1 --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b98631f..2ef6c25 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 @@ -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 @@ -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