This commit is contained in:
Vendored
+2
-1
@@ -29,7 +29,8 @@ pipeline {
|
||||
container('buildah') {
|
||||
sh 'ls -lha'
|
||||
sh 'buildah images'
|
||||
sh 'buildah -version'
|
||||
sh 'buildah bud -t my-jenkins-casc:latest .'
|
||||
sh 'buildah images'
|
||||
}
|
||||
container('busybox') {
|
||||
sh 'ls -lha'
|
||||
|
||||
Reference in New Issue
Block a user