dch-base/Jenkinsfile

6 lines
94 B
Groovy

@Library('containerimages@test')_
withContainer('foo') {
echo "Container ID: ${ctrId}"
}