Issue Type: Bug Bug
Assignee: Francis Upton
Components: ec2-plugin
Created: 20/Nov/14 9:56 PM
Description:

In spot instance slaves user data is used to pass the parameters for the slave to call home to the master when it is up:
String newUserData = "JENKINS_URL=" + jenkinsUrl +
"&SLAVE_NAME=" + slaveName +
"&USER_DATA=" + Base64.encodeBase64String(userData.getBytes());

We usually configure ec2 machines by putting a script in user-data using content-type or just #!/bin/bash as first line.

Obviously, jenkins' use of user-data is non-standard and necessitates a dedicated AMI, which breaks (our) strategy.

Project: Jenkins
Priority: Major Major
Reporter: Timor Raiman
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to