dch-base/Jenkinsfile

8 lines
119 B
Groovy

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