Skip to content

Instantly share code, notes, and snippets.

@suryagaddipati
Last active August 29, 2015 14:18
Show Gist options
  • Select an option

  • Save suryagaddipati/6b2badbbcdceff2e4c35 to your computer and use it in GitHub Desktop.

Select an option

Save suryagaddipati/6b2badbbcdceff2e4c35 to your computer and use it in GitHub Desktop.
# will run docker-compose run ci
run: 'ci'
#will run in parallel
run:
- 'rspec' # These are defined in docker-compose.yml
- 'cucumber' #These are defined in docker-compose.yml
plugins
- checkstyle
- artifact: 'z.gz'
- docker_publish #can be surrrounded by if statements
notifications:
- hipchat
@suryagaddipati
Copy link
Copy Markdown
Author

 cucumber: 
   extends:   test.yml
   build: bundle exec cumcumber
 rspec: 
   extends:   test.yml
   build: bundle exec rspec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment