Tony, Looks interesting. From a first glance, I'd recommend you rely on the AWS Credentials Plugin ( https://wiki.jenkins.io/display/JENKINS/CloudBees+AWS+Credentials+Plugin), thus avoiding the need to store credentials at all (trust me: last time I did this the -users mailing list ended up receiving complaint from furious users - in .doc files)
I would also recommend you explictly declare a dependency not on the AWS Java SDK, but on the AWS Java SDK Plugin for Jenkins, thus making your life easier. Also, you can perhaps borrow some of these tricks from my AWSEB Deployment Plugin (https://github.com/ingenieux/awseb-deployment-plugin/) Hope it helps. -- -- Aldrin Leal, <[email protected]> / https://ingenieux.io/about/ On Wed, Dec 12, 2018 at 3:30 PM Tony Gallotta <[email protected]> wrote: > Hey there, > > I was looking for a plugin that could invoke an AWS Step Function as a > build step, and couldn't find one, so I wrote one: > > https://github.com/signal/aws-stepfunctions-plugin > > This is my first attempt at authoring a Jenkins plugin, so it's pretty > crude, but it's working for us, and hopefully will help others. > Contributions welcome! > > Thanks, > Tony > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/0485d6ab-adbc-4d7f-9eca-c435dce16d85%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/0485d6ab-adbc-4d7f-9eca-c435dce16d85%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CALpo8Nu_18ijq7YMpi5WMtSe5nmHf%2BujtW%3D57F3JBTz97hnQHw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
