@Library('jenkins@master')

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

timestamps {
  node {
    helper.defaultPipeline()
  }
}
