XT-i / aws-lambda-jenkins-plugin

Jenkins plugin for AWS Lambda deployment
MIT License
39 stars 41 forks source link

Jenkins pipeline support #58

Closed ajohnstone closed 7 years ago

ajohnstone commented 7 years ago

Does this plugin support pipelines/workflows via Jenkinsfile?

ghost commented 7 years ago

+1

robinbanbury commented 7 years ago

+1

cast commented 7 years ago

Hi @ajohnstone

The plugin supports pipeline and can be used by the pipeline syntax generator.

Hint: first select General Build Step

The following short form names will arrive with update 0.5.9: deployLambda, invokeLambda, publishLambda and eventSourceLambda

SamVerschueren commented 7 years ago

Where can I find the pipeline syntax generator? Is it a online tool? Is it built-in into Jenkins? I really want to use this with pipelines but not sure about the syntax.

robinbanbury commented 7 years ago

There’s a Snippet Generator - it should be available through your Jenkins instance: /pipeline-syntax/

If you go to the landing page of any of your pipeline jobs, the link should appear on the left-hand side of the page, under ‘Pipeline Syntax'

On 5 Oct 2017, at 13:45, Sam Verschueren notifications@github.com wrote:

Where can I find the pipeline syntax generator? Is it a online tool? Is it built-in into Jenkins? I really want to use this with pipelines but not sure about the syntax.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/XT-i/aws-lambda-jenkins-plugin/issues/58#issuecomment-334453494, or mute the thread https://github.com/notifications/unsubscribe-auth/AWGPcfFUy-KD-abapM33Jraz5o4PweLWks5spM9QgaJpZM4Lewya.

SamVerschueren commented 7 years ago

Nice!!!!! Thanks!

tstibbs commented 6 years ago

It's a shame this has been closed without any docs. To use the snippet generator I have to first install the plugin - it would be really useful to have a couple of examples of the syntax so I can see if it meets my needs before going to the effort to install.