This repository was archived by the owner on Mar 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
A jenkins plugin for submitting jobs to AWS batch // use the official one now
License
nfultz/aws-batch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published