https://jenkins.io/doc/book/pipeline/shared-libraries/
@Library("six-jenkins-shared-library") _
functions (the name of the file in the jenkins-shared-library is the name of the function)
defaultProperties()
or:
jobContext.registry = getImageStreamRegistryUrl('six-rhel7')
Example usages can be seen in the test directory or Jenkinsfile