dch-base/Jenkinsfile

9 lines
134 B
Groovy

@Library('containerimages@test')
import dasbuild
echo dasbuild.images.el9
withContainer('foo') {
runInContainer(ctrId, 'bar')
}