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

Dustin 2024-04-25 09:11:11 -05:00
parent 43e2a1aa34
commit af7423aaf2
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

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