Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 536 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 536 Bytes

Automation Snippets

This is a collection of small shell scripts used in continous integration/deployment/delivery environments.

Why

When using eg Jenkins as CI software the job configurations should be as small and dump as possible - one line shell scripts are the best!

Further, everything that can be triggered from those kind of CI software should be also be triggered from command line.

Content

Git:

  • clone-or-pull
  • push5x
  • git-cmd
  • git-release
  • git-next-devel

TODO

  • package the snippets as debian package