[JIRA] (JENKINS-59858) Add ability to use an AMI query instead of a static AMI

0 views
Skip to first unread message

jeff@moveworks.ai (JIRA)

unread,
Oct 19, 2019, 3:52:04 PM10/19/19
to jenkinsc...@googlegroups.com
Jeff Harvey-Smith created an issue
 
Jenkins / Improvement JENKINS-59858
Add ability to use an AMI query instead of a static AMI
Issue Type: Improvement Improvement
Assignee: FABRIZIO MANFREDI
Components: ec2-plugin
Created: 2019-10-19 19:51
Priority: Minor Minor
Reporter: Jeff Harvey-Smith

It would be very useful if we could use a search query for an AMI instead of just a static AMI ID.

For example, packer lets me do this:

"source_ami_filter": {
                "most_recent": true,
                "owners": [
                    "099720109477"
                ],
                "filters": {
                    "root-device-type": "ebs",
                    "state": "available",
                    "name": "ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-*",
                    "virtualization-type": "hvm",
                    "image-type": "machine",
                    "architecture": "x86_64"
                }
            }

to use the most recent ubuntu 18.04 AMI every time it is run.

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

nicholson.db@gmail.com (JIRA)

unread,
Apr 2, 2020, 4:23:03 PM4/2/20
to jenkinsc...@googlegroups.com
Dan Nicholson commented on Improvement JENKINS-59858
 
Re: Add ability to use an AMI query instead of a static AMI

I would really love to have this. Every time I rebuild the worker image, I have to go back to Jenkins and update the static AMI.

This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)
Atlassian logo
Reply all
Reply to author
Forward
0 new messages