Listen, I just finished my first version of my AWS Elastic Beanstalk Plugin. As a Build Step, it allows you to create an Application Version in AWS Elastic Beanstalk, as well as updating an environment (if applicable). Here's its URL:
https://github.com/ingenieux/jenkins-awseb-plugin There's still a lot of testing and fixing to do, but I'd like to ask for feedback from other Developers (I'm a noob after all). In particular, I've hit a wall with a particular issue: How could I make FilePath.zip create a zip sans the base directory name as a header? I mean, if I pick build.getWorkspace().child("target/mywebapp").zip, the resulting zip will have all files prefixed with 'mywebapp'. How can I avoid it? Thanks -- -- Aldrin Leal, <[email protected]> Master your EC2-fu! Get the latest ekaterminal public beta http://www.ingenieux.com.br/products/ekaterminal/ -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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/groups/opt_out.
