Browse Source

adjust jenkins container

fauzanooor 3 years ago
parent
commit
4a52709228
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -17,10 +17,10 @@ node {
      sh 'docker build -t ptb-fe -f Dockerfile .'
     }
     stage('Docker test'){
-      sh 'docker run --rm ptb/fe'
+      sh 'docker run --rm ptb-fe'
     }
     stage('Clean Docker test'){
-      sh 'docker rmi ptb/fe'
+      sh 'docker rmi ptb-fe'
     }
     stage('Deploy'){
       if(env.BRANCH_NAME == 'master'){