dch-base/Jenkinsfile

6 lines
102 B
Groovy

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