diff --git a/Jenkinsfile b/Jenkinsfile index 45a55ca..14cd0b8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { stage('Push image') { steps { withDockerRegistry(credentialsId: 'docker hub access token', url: 'https://index.docker.io/v1/') { - sh 'cd Homework\ 4' + sh 'cd Homework/ 4' sh 'pwd' sh 'docker build -f ./Dockerfile -t hieuchaya4/helloworld:latest .' sh 'docker push hieuchaya4/helloworld:latest'