Skip to content

Commit

Permalink
added password restrictions similar to those of jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Nov 14, 2017
1 parent 730a2fd commit b953eed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jenkins/jenkins2-ha-agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ Parameters:
Description: 'A password for the Jenkins master admin.'
Type: String
NoEcho: true
MinLength: 8
MaxLength: 32
MasterLogsRetentionInDays:
Description: 'Specifies the number of days you want to retain log events in the specified log group.'
Type: Number
Expand Down
2 changes: 2 additions & 0 deletions jenkins/jenkins2-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ Parameters:
Description: 'A password for the Jenkins master admin.'
Type: String
NoEcho: true
MinLength: 8
MaxLength: 32
MasterLogsRetentionInDays:
Description: 'Specifies the number of days you want to retain log events in the specified log group.'
Type: Number
Expand Down

0 comments on commit b953eed

Please sign in to comment.