diff --git a/Jenkinsfile b/Jenkinsfile index cb922de..10c3cac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -71,6 +71,8 @@ pipeline { // This command will delete any contianer running on 5000 so this new docker container run easily. def commands = """ cd reactapp/client + pwd + ls npm install cd docker rmi -f divyapatel42/jenkins-backend-project || true