@Library('jenkins-pipeline@master')

helper = new tv.justin.hygienic.Pipeline()

timestamps {
  node {
    helper.defaultPipeline()
  }
}
