test4
ContainerImages/dch-base/pipeline/head There was a failure building this commit Details

Dustin 2024-04-25 08:56:23 -05:00
parent 71eb9281bf
commit 9a5da879ef
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,5 +1,5 @@
@Library('containerimages@test')_
withContainer('foo') {
runInContainer(ctrId, 'bar')
runInContainer(delegate.ctrId, 'bar')
}