Skip to content

Commit

Permalink
Merge pull request #76 from neiman-marcus/75-upgrade-to-jenkins-23461
Browse files Browse the repository at this point in the history
bump Jenkins version to 2.346.1 and swarm to 3.33
  • Loading branch information
nmrad-91 authored Jul 7, 2022
2 parents 5cd2a39 + c7a216e commit a25764d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ variable "instance_type" {
variable "jenkins_version" {
description = "The version number of Jenkins to use on the master. Change this value when a new version comes out, and it will update the launch configuration and the autoscaling group."
type = string
default = "2.332.3"
default = "2.346.1"
}

variable "key_name" {
Expand Down Expand Up @@ -202,7 +202,7 @@ variable "ssm_parameter" {
variable "swarm_version" {
description = "The version of swarm plugin to install on the agents. Update by updating this value."
type = string
default = "3.32"
default = "3.33"
}

variable "tags" {
Expand Down

0 comments on commit a25764d

Please sign in to comment.