diff --git a/Jenkinsfile b/Jenkinsfile index 0d4b8f9..26b77d3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ node('docker') { stage('Build and publish Docker images in CI repository') { checkout scm echo 'Building image ...' - def DevicehiveWsProxy = docker.build('devicehiveci/devicehive-ws-proxy:${BRANCH_NAME}', '--pull -f Dockerfile .') + def DevicehiveWsProxy = docker.build("devicehiveci/devicehive-ws-proxy:${BRANCH_NAME}", '--pull -f Dockerfile .') echo 'Pushin image to CI repository ...' docker.withRegistry('https://registry.hub.docker.com', 'devicehiveci_dockerhub'){