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

Dustin 2024-04-25 08:54:41 -05:00
parent 5fda697a05
commit 71eb9281bf
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,5 +1,5 @@
@Library('containerimages@test')_
withContainer('foo') {
echo "Container ID: ${ctrId}"
runInContainer(ctrId, 'bar')
}