-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Jenkins Pipeline Steps #65
Comments
+1000 |
+1 |
1 similar comment
+1 |
In the meantime, I was able to get this working in a pipeline script like so:
|
hi for the pipeline script above, has anybody tried it yet? How to passs AWS credentials in the script? |
tried to wrap the step in a withCredentials() block, and also just setting environment variables, however for some reason this wasn't working. An IAM Role on the Jenkins EC2 instance succeeded. If anyone has this all set up perfectly, please post an example. Thanks. |
for the love of Pete, after a good deal of trial and error I got it to work in a declarative pipeline
|
Hey I was trying to use this with jenkins pipeline, but I don't see any Beanstalk related steps. It would be great if those were included!
The text was updated successfully, but these errors were encountered: