diff --git a/Jenkinsfile b/Jenkinsfile index 5e7bce8..fb2ad8b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'