dch-base/Jenkinsfile

9 lines
132 B
Groovy

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