Skip to content

Releases: colinbut/jenkins-shared-library

v0.0.2

28 Jun 08:22
Compare
Choose a tag to compare

This release contains minor additions to previous release. See release notes for v0.0.2 in README.md

v0.0.1

28 Apr 20:30
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

v0.0.1

  • basic Global Variables (steps) to build:
    • a Java App
    • a full pipeline of building a Java App (from checkout to deployment)
  • Library classes to:
    • build Docker Image
    • Push Docker Image to AWS ECR (Elastic Container Registry) - AWS's Docker Registry
    • basic Git helper commands
  • utilities
    • logging
    • notifications
      Unit Tests using Jenkins-Spock