dch-base/Jenkinsfile

6 lines
86 B
Groovy

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