Skip to content
This repository was archived by the owner on Mar 19, 2018. It is now read-only.
/ aws-batch Public archive

A jenkins plugin for submitting jobs to AWS batch // use the official one now

License

Notifications You must be signed in to change notification settings

nfultz/aws-batch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# AWS Batch for Jenkins

A plugin which provides a "build step" which triggers a job on AWS Batch via Amazon's Java SDK.
This is still very much WIP.

## Jobs DSL: support
You can easily create AWS Batch jobs using the Jobs DSL, for example:

job('Batch_demo_foo') {
  steps {
        aws_batch('test_batch', 
                        'first-run-job-definition:1', 
                        'echo hello', 
                        'first-run-job-queue', 
                        '2', '1000', '1')
    }
}

TODO:
  * Read credentials from special jenkins key manager
  * Update build status by polling job id, checking exit code

About

A jenkins plugin for submitting jobs to AWS batch // use the official one now

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published