diff --git a/Jenkinsfile b/Jenkinsfile index c55eebf..963cb63 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,8 @@ pipeline { stage('Build Docker image') { steps { container('dind') { - sh 'ls -la' + docker.build "andreas/rsyncd:${env.BUILD_TAG}" + sh 'docker images' } } }