dch-base/Jenkinsfile

6 lines
93 B
Groovy

@Library('containerimages@test')_
withContainer('foo') {
runInContainer(ctrId, 'bar')
}