Skip to content

Commit

Permalink
Merge pull request #79 from neiman-marcus/#77-Jenkins-2.346.3-Java-11
Browse files Browse the repository at this point in the history
Bumped version of Jenkins to 2.346.3
  • Loading branch information
nmrad-91 authored Aug 16, 2022
2 parents a25764d + e8c4af3 commit 86387b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions init/agent-runcmd.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#cloud-config

runcmd:
- amazon-linux-extras enable corretto8 docker=18.06.1
- amazon-linux-extras enable docker=18.06.1
- yum clean metadata
- yum install -y docker git java-1.8.0-amazon-corretto-devel python3-pip jq nfs-utils awslogs tree
- yum install -y docker git java-11-amazon-corretto.x86_64 python3-pip jq nfs-utils awslogs tree
- mv /bin/pip /bin/pip2 && cp /bin/pip3 /bin/pip
- cp /etc/awslogs/awscli.conf.desired /etc/awslogs/awscli.conf
- systemctl enable awslogsd
Expand Down
4 changes: 2 additions & 2 deletions init/master-runcmd.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#cloud-config

runcmd:
- amazon-linux-extras enable corretto8 docker=18.06.1
- amazon-linux-extras enable docker=18.06.1
- yum clean metadata
- yum install -y docker git java-1.8.0-amazon-corretto-devel python3-pip jq nfs-utils awslogs tree
- yum install -y docker git java-11-amazon-corretto.x86_64 python3-pip jq nfs-utils awslogs tree
- mv /bin/pip /bin/pip2 && cp /bin/pip3 /bin/pip
- cp /etc/awslogs/awscli.conf.desired /etc/awslogs/awscli.conf
- systemctl enable awslogsd
Expand Down
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.346.1"
default = "2.346.3"
}

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.33"
default = "3.34"
}

variable "tags" {
Expand Down

0 comments on commit 86387b4

Please sign in to comment.