Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-47985

EC2 Plugin doesn't store AMITypeData in config.xml

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • ec2-plugin
    • None

      If EC2 instance doesn't expose AMITypeData, we effectively drop the data in the AMITypeData object. For Windows slaves this means that the password is removed and the instance type is defaulted to unix.

       

      Fix is simple - add a getter and a setter and remove transient amiType property in SlaveTemplate class.

      To replicate :

      • Add an EC2 cloud in Global Config
      • Add a new Slave Template
      • Change the type to Windows
      • Enter password in the Windows Admin Password field
      • Click Save
      • Perform "Reload Configuration From Disk"
      • Go back to Global Config
      • The type of the Slave Template is reset to Unix and password is gone

            francisu Francis Upton
            jalexoid Aleksandr Panzin
            Votes:
            8 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: