Shared jenkins function library for Six docker base image builds

Documentation

https://jenkins.io/doc/book/pipeline/shared-libraries/

Usage

to include the full function set from six-jenkins-shared-library load the following library:

@Library("six-jenkins-shared-library") _

functions

functions (the name of the file in the jenkins-shared-library is the name of the function)

to run a function

defaultProperties()

or:

jobContext.registry = getImageStreamRegistryUrl('six-rhel7')

Examples

Example usages can be seen in the test directory or Jenkinsfile

Links of other libraries (get some inspiration)