dch-base/Jenkinsfile

8 lines
106 B
Groovy

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