Skip to content

Commit

Permalink
Remove last image option
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Dec 9, 2024
1 parent 2bb3b90 commit 46b80c2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ node('sumaform-cucumber') {
text(name: 'allowed_IPS', defaultValue: '195.135.223.0/24', description: 'Add the public IPs to add to AWS ingress security group ( keep default Jenkins address ) separated by new line' ),
text(name: 'mi_ids', defaultValue: '', description: 'MI Identifiers separated by comma and whitespaces (Option A)'),
text(name: 'custom_repositories', defaultValue: '{}', description: 'Salt & Client Tools MU Repositories for each client, in json format (Option B)'),
booleanParam(name: 'use_latest_ami_image', defaultValue: false, description: 'Use latest ami image')
])
])

Expand Down

0 comments on commit 46b80c2

Please sign in to comment.