Skip to content

Commit

Permalink
[Bug Fix] jenkins/* - Update Jenkins to 2.190.2 (widdix#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig authored Nov 3, 2019
1 parent ab178a6 commit a68a1ce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/migrate-v9.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@

## Deprecation warnings

none
* `ecs/cluser`: Parameter `DesiredCapacity` will be removed in v11, use `MinSize` instead
* `jenkins/jenkins2-ha-agents`: Parameter `AgentDesiredCapacity` will be removed in v11, use `AgentMinSize` instead
2 changes: 1 addition & 1 deletion ecs/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Parameters:
ConstraintDescription: 'Must be >= 1'
MinValue: 1
DesiredCapacity:
Description: 'Deprecated in v9, will be removed in v11, use `MinSize` instead!'
Description: 'Deprecated in v9, will be removed in v11, use MinSize instead!'
Type: Number
Default: 2
ConstraintDescription: 'Must be >= 1'
Expand Down
4 changes: 2 additions & 2 deletions jenkins/jenkins2-ha-agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Parameters:
ConstraintDescription: 'Must be >= 0'
MinValue: 0
AgentDesiredCapacity:
Description: 'Deprecated in v9, will be removed in v11, use `AgentMinSize` instead!'
Description: 'Deprecated in v9, will be removed in v11, use AgentMinSize instead!'
Type: Number
Default: 0
ConstraintDescription: 'Must be >= 0'
Expand Down Expand Up @@ -892,7 +892,7 @@ Resources:
install:
packages:
rpm:
jenkins: 'https://pkg.jenkins.io/redhat-stable/jenkins-2.190.1-1.1.noarch.rpm'
jenkins: 'https://pkg.jenkins.io/redhat-stable/jenkins-2.190.2-1.1.noarch.rpm'
yum:
'java-1.8.0-amazon-corretto': []
'ruby': []
Expand Down
2 changes: 1 addition & 1 deletion jenkins/jenkins2-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ Resources:
install:
packages:
rpm:
jenkins: 'https://pkg.jenkins.io/redhat-stable/jenkins-2.190.1-1.1.noarch.rpm'
jenkins: 'https://pkg.jenkins.io/redhat-stable/jenkins-2.190.2-1.1.noarch.rpm'
yum:
'java-1.8.0-amazon-corretto': []
files:
Expand Down

0 comments on commit a68a1ce

Please sign in to comment.