Explorar o código

adjust jenkins container

fauzanooor %!s(int64=3) %!d(string=hai) anos
pai
achega
4a52709228
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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'){