Untitled

From Big Hamerkop, 3 Years ago, written in Groovy, viewed 259 times.
URL https://paste.smirky.net/view/8600b09d Embed
Download Paste or View Raw
  1. this.jenkins.docker.withRegistry('https://rb-dtr.de.bosch.com', this.credsDTR){
  2.         def image = this.jenkins.docker.image(stageObj.image)
  3.         image.pull()
  4.         image.inside(stageObj.containerArgs){
  5.             stageObj.body.call(stageObj.stageArgs)

Reply to "Untitled"

Here you can reply to the paste above