diff --git a/Jenkinsfile b/Jenkinsfile index 75e1fff..1d3f693 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ node { /* This builds the actual image; synonymous to * docker build on the command line */ - app = docker.build("getintodevops/hellonode") + sh 'docker build -t andreas/rsyncd:latest } stage('Test image') {