Skip to content

Commit

Permalink
Update to 2.452.4 lts jdk11, update plugins to latest, update windows…
Browse files Browse the repository at this point in the history
… ec2 AMI

Update to 2.452.4 lts jdk11, update plugins to latest, update windows ec2 AMI
  • Loading branch information
amzn-changml authored Aug 11, 2024
2 parents 052a2ee + 51d5606 commit 9902734
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jenkins/jenkins:2.414.3-lts-jdk11
FROM jenkins/jenkins:2.452.4-lts-jdk11

# Using JENKINS_HOME and REF set on the base image
ARG uid=1000
Expand Down
40 changes: 40 additions & 0 deletions configs/aws_ec2_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,46 @@ jenkins:
type: C6a4xlarge
useEphemeralDevices: false
zone: "us-west-2a"
- ami: "ami-0b22973514476c57d"
amiType:
unixData:
sshPort: "22"
associatePublicIp: false
connectBySSHProcess: false
connectionStrategy: PRIVATE_IP
deleteRootOnTermination: false
description: "WIN2022_INC_2"
ebsEncryptRootVolume: ENCRYPTED
ebsOptimized: true
hostKeyVerificationStrategy: ACCEPT_NEW
iamInstanceProfile: "arn:aws:iam::${/jenkins/config/accountid}:instance-profile/jenkins-build-node"
idleTerminationMinutes: "30"
javaPath: "java"
labelString: "windows-2024-07"
launchTimeoutStr: "600"
maxTotalUses: 1
metadataEndpointEnabled: true
metadataHopsLimit: 1
metadataTokensRequired: true
minimumNumberOfInstances: 0
minimumNumberOfSpareInstances: 0
mode: EXCLUSIVE
monitoring: false
numExecutors: 1
remoteAdmin: "lybuilder"
remoteFS: "c:/ly"
securityGroups: "sg-0551df0efb1ca5476"
stopOnTerminate: false
subnetId: "subnet-0c203f0579b4bc4a0"
t2Unlimited: false
tags:
- name: "Name"
value: "WIN2022_INC_1"
tenancy: Default
tmpDir: "c:\\\\ly"
type: C6a4xlarge
useEphemeralDevices: false
zone: "us-west-2a"
useInstanceProfileForCredentials: false
- amazonEC2:
cloudName: "Linux"
Expand Down
51 changes: 25 additions & 26 deletions plugins.txt
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
artifact-manager-s3:822.vf129d4836c31
aws-global-configuration:128.ve2c5685a_09c3
aws-java-sdk:1.12.529-406.vdeff15e5817d
blueocean:1.27.8
build-timeout:1.31
build-failure-analyzer:2.4.2
artifact-manager-s3:871.v72f7f642a_245
aws-global-configuration:130.v35b_7b_96f53c3
aws-java-sdk:1.12.753-463.v071a_97315959
blueocean:1.27.14
build-timeout:1.33
build-failure-analyzer:2.5.2
build-with-parameters:76.v9382db_f78962
configuration-as-code:1714.v09593e830cfa
configuration-as-code:1836.vccda_4a_122a_a_e
configuration-as-code-secret-ssm:1.0.1
description-setter:1.10
ec2:2.0.4
email-ext:2.102
description-setter:239.vd0a_6b_785f92d
ec2:1688.v8c07e01d657f
email-ext:1814.v404722f34263
external-monitor-job:215.v2e88e894db_f8
github-branch-source:1741.va_3028eb_9fd21
github-oauth:588.vf696a_350572a_
github-branch-source:1790.v5a_7859812c8d
github-oauth:597.ve0c3480fcb_d0
greenballs:1.15.1
job-dsl:1.86
mailer:463.vedf8358e006b_
matrix-auth:3.2.1
pam-auth:1.10
pipeline-aws:1.43
pipeline-stage-view:2.33
pipeline-utility-steps:2.16.0
job-dsl:1.87
mailer:472.vf7c289a_4b_420
matrix-auth:3.2.2
pam-auth:1.11
pipeline-aws:1.45
pipeline-stage-view:2.34
pipeline-utility-steps:2.17.0
remote-file:1.24
saml:4.429.v9a_781a_61f1da_
ssh-slaves:2.916.vd17b_43357ce4
timestamper:1.26
warnings-ng:10.5.0
windows-slaves:1.8.1
workflow-aggregator:596.v8c21c963d92d
workflow-cps-global-lib:609.vd95673f149b_b
saml:4.464.vea_cb_75d7f5e0
ssh-slaves:2.973.v0fa_8c0dea_f9f
timestamper:1.27
warnings-ng:11.3.0
workflow-aggregator:600.vb_57cdd26fdd7
workflow-cps-global-lib:612.v55f2f80781ef

0 comments on commit 9902734

Please sign in to comment.