diff --git a/Jenkinsfile b/Jenkinsfile index edfbbff..27b54f6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ sh 'docker build --tag linux-build-agent ./ -f Dockerfile.build.linux' sh 'docker build --tag windows-build-agent ./ -f Dockerfile.build.windows' sh 'docker build --tag macosx-build-agent ./ -f Dockerfile.build.macosx' - sh 'docker build --tag cockpit ./ -f Dockerfile.cockpit' + sh 'docker build --tag cockpit-ws ./ -f Dockerfile.cockpit' } } stage('Deploy') {