dch-base/Jenkinsfile

8 lines
108 B
Groovy

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